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

Survey Termination - redirect to a different URLs

  • 6 September 2018
  • 4 replies
  • 255 views

Badge +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.
icon

Best answer by NiC 6 September 2018, 14:15

View original

4 replies

Userlevel 7
Badge +27
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 🙂
Userlevel 7
Badge +33
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.
Badge +1
@NiC_Ugam and @bansalpeeyush29, thank you very much!
Userlevel 5
Badge +6
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