How do I disable a dropdown list in a Side-by-Side question? | XM Community
Question

How do I disable a dropdown list in a Side-by-Side question?

  • 5 September 2019
  • 1 reply
  • 7 views

!
I have the above side-by-side question and i would like to disable users to make changes to column.
Tried several jQuery but to no avail.

var qid = this.questionId;
$('QR~'+qid+'#2~1~1').up('td').childElements().attr('disabled','disabled');
$('QR~'+qid+'#2~1~1').up('td').childElements().prop('disabled','disabled');

Need advice, please! thank you in advance.

1 reply

Userlevel 7
Badge +11
I'm not understanding what your end goal is here. Do you want a list of drop-downs in one column and a list of "N.A." in the other? Can you explain what you want it to look like?

Leave a Reply