Skip to main content
Nintex Community Menu Bar
Solved

Disable Controls when another control is True

  • March 2, 2022
  • 1 reply
  • 174 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. 

Best answer by northernPenguin

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.

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.