Drop-down menu pop-in in following questions | XM Community
Skip to main content

Hi,
I used the following js code to allow participants to choose multiple countries.
Qualtrics.SurveyEngine.addOnReady(function()
{
    jQuery("#"+this.questionId).find('select:first').select2();
});

However, when going to the next section, the options appear and they disappear only after choosing an option (see below)
image.pngIs there anything I could do so that the options don't pop-in?

Hi ana0122,
I am not quite clear on the setup of the question 🙂 when should the drop-down menus appear?
do you need to select an answer option like "other" and the drop-down appears?
Best regards

Rudi


https://community.qualtrics.com/XMcommunity/discussion/comment/45104#Comment_45104Hi Rudi,
We decided to change the format of the question. But thanks for your response!
The drop-down appeared in the relevant question, but when going to the next section, the drop-down suddenly appeared, and it disappeared anytime we chose an option.

Best,

Ana


Leave a Reply