How do I create a multiline text element in a form?
There is no ready one , but you can create a custom form element.
Check the attached sample.
textarea.zip (119 KB)
Thank you so much for your help, this was exactly what I needed. I did find a little typo in the code, see below:
Please note that the colon in front of the first “:px”, is should have been in the end of “width:”
Original:
return “”;
Fix:
return “”;
Thanks again,
Bjarke
A follow-up question. How would you style this element to give it the right look and feel?
Not sure yet
There was no multiline item in the initial design plans, so how it will look in final version is not clear yet. Hopefully it will be included in the next update.