Proper inclusion of hyperlink and website review in survey. | XM Community
Skip to main content
Solved

Proper inclusion of hyperlink and website review in survey.


As part of a question, I would like the respondent to click on a hyperlink that opens a website IN A SECOND WINDOW for them to review. Then, they will come back to the still open survey window and finish the survey. I know how to add the hyperlink but not how to do it so that it opens a separate window that doesn't just replace the survey window.

Best answer by Anonymous

Hello @S_Bowen0425 ; Add target="_blank" attribute to your a(anchor) tag. Eg: `<a href="Your website link" target="_blank">Description</a>`
View original

3 replies

PraDeepKotian_XM
QPN Level 5 ●●●●●
Forum|alt.badge.img+21
  • QPN Level 5 ●●●●●
  • 228 replies
  • August 9, 2018
hi @S_Bowen0425 , Use Hyperlink attribute called target. example: `<a href="www.google.com" target="_blank"> see</a>` Reference page: https://www.w3schools.com/tags/att_a_target.asp

  • 0 replies
  • Answer
  • August 9, 2018
Hello @S_Bowen0425 ; Add target="_blank" attribute to your a(anchor) tag. Eg: `<a href="Your website link" target="_blank">Description</a>`

More great answers! Thank you very much.

Leave a Reply