Is the variable set to "text area"?
Comment actions
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?
Please sign in to leave a comment.
Is the variable set to "text area"?
Not the actual variable but the instructions for user box. Please see the image below
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