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

How to pipe an unique image into the message

  • August 24, 2023
  • 1 reply
  • 97 views

Forum|alt.badge.img+6
  • QPN Level 2 ●●
  • 7 replies

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.

Best answer by TomG

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

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

 

View original

1 reply

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • 5934 replies
  • Answer
  • August 24, 2023

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

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

 


Leave a Reply