Line Break in Mail script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2017 03:09 AM
Hi ,
My issue is related to Mail script . i need to Print the Following text along with water mark , But i need space of 2 lines after this text . i have tried with the Following for the desired output
template.print()
template.space()
<br/>
<p/>
\n and others
But the output shows like Please let us know why you are very satisfied: :undefinedRef:MSG20671352
var body2 = "Please let us know why you are very satisfied: + '<br/>' + email.watermark;
can some one suggest me how to break the line after the text "Please let us know why you are very satisfied:"
desired output is like :
"Please let us know why you are very satisfied: <user will enter comments here>
email.watermark
Thanks
Durgaprasad
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2018 01:47 AM
yes but unable to realize whats required

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2018 02:06 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2018 02:11 AM
This will work in mail but when we add a hyperlink for "Mailto" this is not working

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2018 02:15 AM
Show me your code once

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2018 02:00 AM
HI,
In this case only '\n' should work.
Thanks,
Ashutosh