Right now, the language drop down is shown to everyone with all languages (EN (US), EN (UK), SP, FR, and DE). I want the drop down to only show if our embedded data for country=US. I also only want the drop down to include English (US) and Spanish. How can I remove the other language options from the drop down when country=US and how to I remove the dropdown all together when country NE US?
Page 1 / 1
Hi Nicole,
For we can do this in two steps,
Firstly as in most cases we don't want the language drop down not to be shown you could add the below mentioned CSS rule in the Custom CSS section, This will make sure that language drop down is not shown by default.Plea
#Q_lang {
display:none;
}
Now we want to show the option to respondents with embedded data country set as US, So for that we can add the below code in header .
Note : Please add the code inside the soucre (i.e. after clicking the icon shown in image below)
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.