Skip to main content

In my scenario I need to have several groups of controls on the form that are enabled by clicking a checkbox (yes/no). Apparently I had not enough coffee today because everything I try doesn't work. Can somebody provide me a sample rule to achieve that? Is it possible to do it as a panel or do I have to do it individually on controls? That checkbox will also be used to fire the associated workflow (run if). Thanks!

to show/hide controls based on checkbox, e.g. named 'yes_no', value, create a rule for controls to be visible/hidden:


This is how I do it :  Condition = !(Name of your checkbox)

Works with a panel.

151963_pastedImage_0.png


In my case this now works to hide a panel but if I use Disable it doesn't work. I assume to disable fields I need to do it individually.


Reply