Is there a way to hyperlink the unique survey link to an image in a Email invite? | XM Community
Solved

Is there a way to hyperlink the unique survey link to an image in a Email invite?

  • 21 November 2019
  • 4 replies
  • 144 views

Badge
Is there a way to hyperlink the unique survey link to an image in a Email invite?
icon

Best answer by TomG 21 November 2019, 13:55

View original

4 replies

Userlevel 7
Badge +27
Edit the message in source <> mode:
```
<a href="${l://SurveyURL}"><img src="image url goes here" alt="alt text goes here"></a>
```
Badge
This works. Thanks @TomG
Userlevel 3
Badge +5

TomG
Hi Tom, are you saying by adding "alt text goes here" to the source code it will automatically connect the unique survey URL to an image?
I believe I am missing something. I have a saved image in the library. I would like to have it where when I compose an email that the save image is included in the email and users and click on the image to access the survey link.
Thanks in advanced.

Userlevel 7
Badge +27

https://community.qualtrics.com/XMcommunity/discussion/comment/53718#Comment_53718Yes, that is what I am saying.

Leave a Reply