How to pipe an unique image into the message | XM Community
Skip to main content

Hi Qualtrics community, 

 

We would like to pipe an unique image into the message to the respondent, every respondent will receive an unique image. We have the image in url. Is there any way to tweak the html code to show the actual image? Thanks.

Assign the image url to the src attribute in an img tag:

<img src="${e://Field/imageUrl" alt="Unique image">

 


Leave a Reply