Question on email notification button
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā11-14-2023 11:53 PM
Hello,
For Survey URL i have written one Email Script and called that Email Script in Notification, and when Requestor Receive the Reminder Notification in that Survey button is Coming But the url is not working.
Please find the below Email Script i have Written:
template.print('<p><font size="3" color="#000000" face="Calibri (Body)">');
template.print('</font></p>');
template.print('<p><font face="Calibri (Body)">');
var html = new AssessmentUtils().getInstanceLinkHTML(current);
template.print('<a style="font-size: 16px; font-family: Helvetica, Arial, sans-serif; color: #ffffff; text-decoration: none; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; background-color: #278efc; border: 1px solid #0368d4; display: inline-block; padding: 5px" + href= ' + html + '</a>' );
template.print('</font></p>');
Please see the below attached snapshot.
When i am clicking on button its not redirect to survey page.
Can Somebody Please help me, how to get proper solution.
Thanks,
0 REPLIES 0