Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

SOLVED

New line in text field on Input Form

Avatar

Level 2

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!

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Level 10

You should be able to format it with simple HTML like "<br>" or customize forms through CSS.

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

You should be able to format it with simple HTML like "<br>" or customize forms through CSS.