In my survey I have a question where respondents can set a value from 1 - 10 based on a MC question.
On the last page I have created a summary pages and in this summarypage I added a slider type question. The default value is based on the MC question earlier in the survey. Because it is a summary page I like to set this slider type question to non-changable. The handle should remain on the position based on the MC question value and may not be changed.
How can I set this question to something like read only and prevent of changing value?
Thanks in advance.
Page 1 / 1
Hello @Nico_Leussink ,
Paste the below code in js(onReady) of slider question
`jQuery("#"+this.questionId).css("pointer-events", "none");`
Paste the below code in js(onReady) of slider question
`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.