0
Help with multiline text field inside an html() function
Hi, is there a way to display a multiline text field inside an html() function without losing the multiline feature?
I mean, when a use html(" + 'multiline text field' + ") the text is displayed as one line.
2 replies
-
You can use this formula to do that -
html(replacex(MultilineField, "\n", "g", "<br>"))
Content aside
- Status Answered
- 11 mths agoLast active
- 2Replies
- 92Views
-
2
Following