Solved

create a rule to disable yes/no control

  • 15 September 2017
  • 3 replies
  • 5 views

I have three yes/no control in my form that shows another control/panel when checked, now what I want to do is to make a rule that if one yes/no control is checked, the other two will be disabled. I am new to nintex forms and I have no idea on how to do this. Your help will be much appreciated. Thanks!

icon

Best answer by lakshminarayana 15 September 2017, 11:56

View original

3 replies

Badge +9

You have to write each rule for each control.

For 'Checkbox 1' 

'CheckBox3' and 'CheckBox2' are checkbox control names.

Similarly for 'Checkbox 2' - CheckBox1 == 1 || CheckBox3 == 1 and

for 'Checkbox 3' - CheckBox1 == 1 || CheckBox2 == 1

Userlevel 6
Badge +16

Do you mean disabled or unchecked?

This worked for me. Thank you so much, Lakshmi C!

Reply