Putting Embedded data as hyperlink | XM Community
Skip to main content
Solved

Putting Embedded data as hyperlink

  • January 25, 2024
  • 3 replies
  • 87 views

Forum|alt.badge.img+1

In the research form that we are creating, I have to show a dynamic deeplink to users, this deeplink is stored as embedded data. But when I tried to add it through piped test (${e://Field/DeepLink}), it’s not opening, and stays on Qualtrics link only. 

Any suggestion or help? please! 

Best answer by Shashi

We need to pipe that link in href attribute of anchor tag as below in HTML view of question text:

<a href="${e://Field/DeepLink}" target="_blank">${e://Field/DeepLink}</a>

 

3 replies

Shashi
Level 8 ●●●●●●●●
Forum|alt.badge.img+34
  • Level 8 ●●●●●●●●
  • 654 replies
  • Answer
  • January 25, 2024

We need to pipe that link in href attribute of anchor tag as below in HTML view of question text:

<a href="${e://Field/DeepLink}" target="_blank">${e://Field/DeepLink}</a>

 


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

Thanks Shashi,  


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

@Shashi, still getting the same issue. Could it because I have free version?