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

null
    • Sean
    • 4 mths ago
    • Reported - view

    You can use this formula to do that - 

    html(replacex(MultilineField, "\n", "g", "<br>"))
    
      • szormpas
      • 4 mths ago
      • Reported - view

        thank you! Your solution is what I was looking for!

      It works flawlessly!

      Best wishes

Content aside

  • Status Answered
  • 4 mths agoLast active
  • 2Replies
  • 77Views
  • 2 Following