Hi,
I want to display a question to the participants in my survey but I do not want them to respond or select an answer. I want the question to be displayed but not being able to answer by the participants.
So, I want it to be displayed like this but not allow to answer. Instead, I want the participants to move to the next question. However, I do not want this question to hide from the participants. Thats why I do not want to use logic and skip this question. Rather, I want to display it but block from answering it.
Please help, if anyone know how can I do that?
Regards,
Mehedi.
Page 1 / 1
Add this to your question JS:
this.getQuestionContainer().style.pointerEvents = "none";
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.