Post

3 followers Follow
0
Avatar

Add line breaks to User Input instructions

How do I add line breaks to the text when requesting information from users?

 

A standard line return is stripped out.  Html line breaks <br /> are blocked.

 

Any other ideas?

Josh Boutwell Answered

Please sign in to leave a comment.

3 comments

0
Avatar

Not the actual variable but the instructions for user box.  Please see the image below

Josh Boutwell 0 votes
Comment actions Permalink
0
Avatar

Hi Josh,

HTML line break will work for sure. Please use the following syntax:

test <br>
test <br>
test

And the results is:

Hope this helps.

Thank you,

Bea

Bea Genthner 0 votes
Comment actions Permalink