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.
Solved
How do I remove language options after 1st page?
Best answer by PraDeepKotian_XM
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.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
