Add new line through script in message text in email template
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2023 12:20 AM - edited 12-21-2023 12:21 AM
I have a field that has new lines. the new lines are displayed as <br/> instead of displaying in a new line. can this be resolved somehow.
Example -
backend on form
field_a = "ATTENDEE1
ATTENDEE2
ATTENDEE3"
on email_template --> message text field
<br/>ATTENDEE1<br/>ATTENDEE2<br/>ATTENDEE3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2023 12:31 AM
Please check and Mark Correct and Helpful if it really helps you.
Regards,
Prashant Ahire
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2023 12:48 AM
template.print isnt working in the "Message Text" of "Email Template" form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2023 12:53 AM
You will have to use Message HTML insted of Message text
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2023 12:58 AM
When i remove the details from "Message Text" and add it in "Message HTML" , the body text in the email sent is empty