Solved

Disable Controls when another control is True

  • 2 March 2022
  • 1 reply
  • 105 views

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. 

icon

Best answer by northernPenguin 3 March 2022, 23:25

View original

1 reply

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