Multiple Choice - Drop Down (Formatting) | XM Community
Skip to main content

Hi Everyone

Hope you’re all well.

This is the first time I have needed to use a multiple choice question, in a drop-down format.

This is what I am getting.

 

But I would prefer if this looked and felt like a text entry single line question, like this.

 

Hopefully you wizard can help.

Thanks 🙂 👊

Use below  code in JS of drop down question:

jQuery("#"+this.questionId+" .ChoiceStructure").css({"width":"100%","height":"35px"});

 


Great work.

It looks like…

How would I change colour of the dropdown box to white? And also change the colour of the option selected? And pull the box more to the left so it lines up with the question?

Thanks :)

 


Leave a Reply