Calculation with Text Field loses carriage return
Hi, If you have a multi-line text field with carriage return (ENTER new line) to create line spaces, then a calculation that retrieves this text field deletes all the line spaces - so the lines are all bunched up
e,g Textfield:
AAAAA Text
BBBBB Text
Calculation @Textfield
AAAA TextBBBB Text
I want to keep the original formatting. Is there a way to do that in JavaScript?
Thanks Mike
Please sign in to leave a comment.
Comments
4 comments