Skip to main content

Really simple one for the pro's. 

I have a form in which i want to disable several controls if the user ticks a Yes/No. 

I don't need to hide the fields, just disable them when not required. 

Thanks, Andy. 

For this, you just to add a rule on one of the controls that you want disabled.  In the function for the rule, put something like:



equals([Named Controls -> name of the checkbox], true)



Disable



Then you can also add that rule to any other controls you want to disable as well.


Reply