Survey Termination - redirect to a different URLs | XM Community
Skip to main content
Solved

Survey Termination - redirect to a different URLs

  • September 6, 2018
  • 4 replies
  • 314 views

Forum|alt.badge.img+1
Hi everyone, in my survey I would like to redirect each respondent to a specific URL depending on his language (which will be added as a parameter in the survey URL). Does anyone know how to do this? Thanks for your support! Eva edit: sorry this is in the wrong section. will repost in the correct one.

Best answer by NiC

Hey @EvaSch You can use the End of Survey Element to redirect respondents to the required URLs, and for the language you can use embedded(as per the entered data or contact list data) data to pipe in the language in the URL. Hope this Helps :)
View original

4 replies

NiC
QPN Level 5 ●●●●●
Forum|alt.badge.img+27
  • QPN Level 5 ●●●●●
  • 255 replies
  • Answer
  • September 6, 2018
Hey @EvaSch You can use the End of Survey Element to redirect respondents to the required URLs, and for the language you can use embedded(as per the entered data or contact list data) data to pipe in the language in the URL. Hope this Helps :)

PeeyushBansal
Level 6 ●●●●●●
Forum|alt.badge.img+39
  • Level 6 ●●●●●●
  • 1144 replies
  • September 6, 2018
You can add multiple end of survey elements in survey flow in branch logic where you can apply condition with you language parameter from embedded variable. And customise your end of survey element accordingly.

Forum|alt.badge.img+1
  • Author
  • 6 replies
  • September 6, 2018
@NiC_Ugam and @bansalpeeyush29, thank you very much!

fleb
Level 3 ●●●
Forum|alt.badge.img+6
  • Level 3 ●●●
  • 197 replies
  • July 2, 2019
Just for future readers: here is how to put the actual value of the language selector t an embedded data field. Qualtrics.SurveyEngine.addOnPageSubmit(function() { Qualtrics.SurveyEngine.setEmbeddedData( 'lang', jQuery('#Q_lang').val()); });

Leave a Reply