Changing the company field from input field to textarea still possible ? #629
-
Hi, is there still a way to change the company field from an <input-field to <textarea> ? (like in ver. 3.x for example) Didn't find anything in the docs. Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
oliverklee
May 3, 2023
Replies: 1 comment 1 reply
-
Yes, you can use a custom Fluid template and then use a different view helper. In your TypoScript constants, use this:
Then copy the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
oliverklee
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, you can use a custom Fluid template and then use a different view helper.
In your TypoScript constants, use this:
Then copy the
User.html
partial and modify it.