Solved
default choices - how to unable editing this for repondent
Hi,
I'm using default choices to store some calculations based on the answers given by respondent in previous questions (to build more complex validation inside questionnaire) and I was wondering, maybe somebody has already managed how to make those fields with default choices uneditable?
Best answer by Michael_Campbell_RedPepper
For sure! Is the field type a Text Entry Field?
If so, in the JS API you can use JQuery to set the field to readonly. I'm not sure if you're technical - if not, I can totally walk you through it!
But if you get the ID of the Field (similar to `#QR~QID1`) and reference it through JQuery and then run this function: `.prop("readonly", true);`
View originalLeave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.