Dynamic QR code at end of Survey | XM Community
Skip to main content
Question

Dynamic QR code at end of Survey


Forum|alt.badge.img+1

I want to show dynamic QR code at end of survey, how can I do that? 

QR code link is present as embedded data.

5 replies

Forum|alt.badge.img+1
  • Author
  • Level 1 ●
  • 5 replies
  • January 26, 2024

Without web services. 

 


Shashi
Level 8 ●●●●●●●●
Forum|alt.badge.img+32
  • Level 8 ●●●●●●●●
  • 633 replies
  • January 26, 2024

We can use iframe tag to render QR code using the link in HTML.

<iframe src="${e://Field/QRCodeLink}" width="90%" height="500"></iframe>

 


Forum|alt.badge.img+1
  • Author
  • Level 1 ●
  • 5 replies
  • January 26, 2024

Getting this issue @Shashi 


Question QID41 has not been saved. You are only allowed to use a subset of HTML markup tags.


Shashi
Level 8 ●●●●●●●●
Forum|alt.badge.img+32
  • Level 8 ●●●●●●●●
  • 633 replies
  • January 26, 2024
kaushikb123 wrote:

Getting this issue @Shashi 


Question QID41 has not been saved. You are only allowed to use a subset of HTML markup tags.

This is because you might be using trial account.


Forum|alt.badge.img+1
  • Author
  • Level 1 ●
  • 5 replies
  • January 26, 2024

@Shashi using Education account. 


Leave a Reply