Edit language drop down | XM Community
Solved

Edit language drop down

  • 2 September 2019
  • 2 replies
  • 73 views

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

Best answer by KimothiSaurabh 2 September 2019, 13:10

View original

2 replies

Userlevel 4
Badge +18
I guess you can remove English from drop down by putting below script in header.

<script>
jQuery(".Q_lang option[value='EN']").remove();
</script>
Badge +1
Thank you! 🙂

Leave a Reply