Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

multi line text field variable adding to notification with formating

Biddaum
Tera Guru

I have a variable that is a multi line text field.

When someone enters text into it, that they have formatted into separate lines eg: 

This is my text line 1.

This is my second line.

The third line.

 

When that gets passed into a notification for instance, it loses all formatting and gets added as a single line, such as:

This is my text line 1.This is my second line.The third line.

 

Any ideas of how to make it appear as separate lines?

 

Anyone else?

 

5 REPLIES 5

The only tags in the HTML editor appear to be standard <p> and </p> 

 

So nothing that would really be able to be used.