Forums

Can't disable or enable a checkbox group.

captainh 20 Oct, 2014
Using the events for a checkbox group (group A), i am unable to enable or disable another checkbox group (group B). I have tried using all values to either enable or disable group B.

Example:
Group A:
O 1
O 2
O 3

Events: On 1, disable group B.

Group B:
O X
O Y
O Z

Validation: Required.
Visibility: Shown and enabled.

Results: Group B is shown and enabled EVEN AFTER 1 is selected from Group A.

I tried doing the opposite and go for enabling group B with visibility: disabled and it still doesn't affect it at all. Group B remains unchanged even with the events affecting it.

What does work would be SHOWING/HIDING parent. I can do this perfectly fine but the form would not let me submit as group B even when hidden, validation still occurs behind. It is only when i select 1, then the prompt for "This is a required field" appears.

However this enabling and disabling WORKS for textbox fields. I can do it perfectly fine and validation is disabled for textbox fields; the form submits just fine.
This topic is locked and no more replies can be posted.