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!
Page 1 / 1
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
Do you mean disabled or unchecked?
This worked for me. Thank you so much, Lakshmi C!
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.