Actions
Feature proposal #3020
closedself condition should hide it self if the conditioned field is hidden
Description
Field A - no condition
Field B - if Field A is Equal To 123 then Show
Field C - if Field B is Equal To 456 then Show
With the above if you set Field B to 123 then Field C will show, but if you change Field A then Field C remains visible. Conditions should check if the field their conditioning off of is even visible or not and if the field it's conditioning off of is hidden then it should also hide it self.
Actions