Display the Content one by one in Email Delivery | Community
Skip to main content
New Participant
February 8, 2024
Solved

Display the Content one by one in Email Delivery

  • February 8, 2024
  • 1 reply
  • 1244 views

Hi 


In what ever im giving in paragraph input field in this format
Its storing as 1.Hello 2 .Hi  like this format as single line.

and the content should be displayed in email delivery exactly as follows:

  1. Hello
  2. Hi

Each sentence is to be presented separately in the email, maintaining the original formatting provided in the input attribute.

Im using this attribute to display the content in Email delivery 


Can anyone resolve this issue ?




 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by _Manoj_Kumar_

Hi @_manoj_kumar_ 
Its displaying single line . not moved in to new line ..
Sending Email and continues delivery i have given in the target mom attribute.

 


You will have to use some kind of wysiwyg editor.

 

Try using https://summernote.org/

1 reply

_Manoj_Kumar_
New Participant
February 12, 2024

Hello @vani97 

 

Try this code:

<pre><%= targetData.mom %></pre>
     Manoj     Find me on LinkedIn
vani97Author
New Participant
February 12, 2024

Thank God Finally i got a reply Thanks @_manoj_kumar_ 
Sure will check it out and let you know Please be in touch 

vani97Author
New Participant
February 12, 2024

Hi @_manoj_kumar_ 
Its displaying single line . not moved in to new line ..
Sending Email and continues delivery i have given in the target mom attribute.