Hi,
is there a way to lock some answers depending on other answers?
I search for some kind of "enableIf", but for answers instead of questions.
So if question A == "Yes" AND question B >= 18, disable answer 1 and 2 from question C.
The answers should still be visible, but not selectable.
Thanks
Hello,
Unfortunately SurveyJS library hasn't "enableIf" property for choices.
You can conditionaly hide the choices.
Here is the example - https://surveyjs.io/Examples/Library/?id=condition-choicesVisibleIf
Thanks, Serge
SurveyJS Team
Okay, so I have to hide these choices. Thanks a lot!