DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

Changing the company field from input field to textareaΒΆ

This can easily be done via TS setup:

plugin.tx_onetimeaccount_pi1.form.elements {
  company = renderlet:TEXTAREA
  company.custom = rows="3" cols="20"
}