Tetyana_Savenko
27-02-2020
Is there a way to force a new line within an Input Form's text field?
Line#1
Line#2
...
as opposed to Line#1Line#2...
Thank you!
pablo_rosero1
28-02-2020
You should be able to format it with simple HTML like "<br>" or customize forms through CSS.