Hello, I have a survey in 2 languages (English/Spanish). The language option appears on every page of my survey. How can I make it only appear on the 1st page? I don't want participants to be able to change the language once they start the survey. I was told to reach out to this community because it would require a custom code.
Page 1 / 1
Hi Isaguirr,
Giving the option to change the language is a good practice in survey industry.
The survey language doesn't have an impact on the results so you should avoid to mask it on the subsequent pages.
Hi Isaguirr1821
Add below code in survey question on which you would like to show the language drop down
jQuery("#Q_lang").show();
Add below code in Look & Feel -> Style->Custom CSS:
#Q_lang {
display:none;
}
Hope this helps.
Note: Please test the survey link before going live.
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.