I there a way for a default response to a multiple choice and/or a matrix table to be locked for editing by respondents (i.e., read only)? For example, I want a response option in a multiple choice question to be selected and unable to be changed by respondents.
Page 1 / 1
Are your questions single select or multi select?
single select
Hello @Christaann ,
Paste the below code in the js(onReady)
`jQuery("#"+this.questionId).css("pointer-events","none");`
Paste the below code in the js(onReady)
`jQuery("#"+this.questionId).css("pointer-events","none");`
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.