Hello
I am using the conditional field on select-list, that is a great point and easy to use.
I just have one question regarding the "turn off" option. Having 20 option in my list but just one needed a conditional field, I am wondering if there a way to simplify the turn off code.
Explanation:
- for turn on, I code
turn on element autre_statut if statut is Autre
- for turn off, I code
turn off element autre_statut if statut is #case1|case2|case3|case4|case5|case6|case7 ...
Is there is way to just code something like:
turn off element autre_statut if statut is not Autre
?????
I try different text but did not find something working.
Thank you in advance