In a select box, how do I show more than 10 items at once? | XM Community
Skip to main content

c1ideagen.PNGcarryforward.PNGHi everyone,
I am creating a survey where I have participants list out ideas that come to mind. For a later question I want them to present them with the ideas they entered so they can refer to those ideas on this new question, but the box only shows up to 10 lines of text at a time. Is there a way to auto-adjust this box to show all of the items they entered at once? Or show at least 15 lines of text instead of 10?

Hi sal3937

Try using the to add below code in select questions addOnload() javascript function.
var that = this.questionId;
jQuery("#"+that+" select").attr("size","15")


Leave a Reply