- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-20-2017 10:28 AM
HI All,
I am trying to send a survey link in an email notification,
But the link is actually displaying a URL, Which is not a hyperlink,
We have to copy and paste the whole link to get to the survey page.
Following is the screenshot
Following is the HTML and Body that i am using in the survey notification
<a href =${event.parm2}>Survey</a>
Is there a way where in we can make the suvey link in hyperlink.
Thanks,
Kamal
Solved! Go to Solution.
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-20-2017 12:14 PM
Hi Kamal11,
We use a mail script to give a "friendly" hyperlink in our notifications. This is the code below:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-27-2017 10:27 AM
HI Steven,
Thanks it worked for me
Regards,
kamal