Can I HIDE a field based on conditions
-
Hi
Does this plugin (or the pro version) have the ability to HIDE a field based on a matching condition.
I have a form with questions related to the user’s age, income, employment status etc (for insurance products) and based on their selections for the aforementioned questions, I need to HIDE relevant insurance checkbox options at the END of the form.
So if AGE = under 18: I need to hide all checkbox options.
OR if Income = Under 3500 I need to HIDE certain checkbox options.However if the user does the following:
If age = Under 18 and Income = MORE THAN 3500 then all options must still HIDE.
Basically I need to HIDE certain checkboxes If certain conditions are met via:
HIDE FIELD if:
– VALUE_A = X
OR VALUE_B = Y
OR VALUE_C = ZSo if ANY of the above are true, the field must be HIDDEN. Even if A and C are false, but B = TRUE, then the field must still be hidden.
Is this possible?
Thanks
- The topic ‘Can I HIDE a field based on conditions’ is closed to new replies.