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.
Page 1 / 1
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
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
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.
@NiC_Ugam and @bansalpeeyush29, thank you very much!
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());
});
Qualtrics.SurveyEngine.addOnPageSubmit(function()
{
Qualtrics.SurveyEngine.setEmbeddedData( 'lang', jQuery('#Q_lang').val());
});
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.