Dear all,
I have a survey in both Dutch und French and it also contains an English translation which allows us to work with the data.
However, the respondents are only meant to select between Dutch and French in the language dropdown menu. How can I disable English in the language dropdown menu the respondents see within a survey without actually deleting the English translation?
Thanks for your support!
P.S.: apologies if this question has been asked before - I wasn't able to source an answer here.
Page 1 / 1
I guess you can remove English from drop down by putting below script in header.
<script>
jQuery(".Q_lang option[value='EN']").remove();
</script>
<script>
jQuery(".Q_lang option[value='EN']").remove();
</script>
Thank you!
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.