
By Survey you mean the Custom Action Form correct? I'm not sure why the http address would be showing up there, can you provide an image of what you are referring to (assuming there is no confidential information there).
Hoping someone can help me.
I have a Custom Action created to open up a form to enter email addresses to receive an email once we complete the Project.
Once filled out and hit OK it sends an email to those selected email addresses with a link to an external websites Survey.
How can I edit the name of the Survey from its long http address to a simple text such as "Project Survey"
Thanks!
Please sign in to leave a comment.
By Survey you mean the Custom Action Form correct? I'm not sure why the http address would be showing up there, can you provide an image of what you are referring to (assuming there is no confidential information there).
Hi Josh,
Might have been a bit confusing. I have a custom action that once clicked just pops up a form with several text boxes to enter email addresses. Once entered and you hit OK, I have within the custom action set it to send an email alert to those emails.
In the body of the email is a link to an external survey site (SurveyMoneky). I simply want to change the long link of the website to text. I cannot seem to figure it out.
Update:
I have figured this out. I just needed to use simple html code to change the text.
For example: <a href="https://www.w3schools.com/html/">Visit our HTML tutorial</a>