Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2025 10:45 AM - edited 05-28-2025 10:47 AM
Hi,
I have a requirement to remove lines for every comment in email script.
Thanks in Advance,
Harika
Solved! Go to Solution.
1 ACCEPTED SOLUTION
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2025 11:50 AM
Hey Harika,
Replace:
html += '<p><strong>' + createdOn + ' - ' + author + '</strong><br>' + comment + '</p>';
with:
html += '<p><strong>' + createdOn + ' - ' + author + ' – Additional comments</strong><br>' + comment + '</p>';
Could you also mark my response with correct and helpful?
Thanks in advance!
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2025 11:50 AM
Hey Harika,
Replace:
html += '<p><strong>' + createdOn + ' - ' + author + '</strong><br>' + comment + '</p>';
with:
html += '<p><strong>' + createdOn + ' - ' + author + ' – Additional comments</strong><br>' + comment + '</p>';
Could you also mark my response with correct and helpful?
Thanks in advance!