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

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

  • September 5, 2019
  • 1 reply
  • 18 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

JenCX
Level 5 ●●●●●
Forum|alt.badge.img+11
  • Level 5 ●●●●●
  • September 11, 2019
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?