Changing the company field (in the billing address in the registration form) from input field to textarea¶
This can easily be done via TS setup:
plugin.tx_seminars_pi1.form.registration.step1.elements {
company = renderlet:TEXTAREA
company.custom = rows="3" cols="20"
}