Skip to main content
Nintex Community Menu Bar

Checkboxes in Repeating Section All MUST be Checked Rule

  • November 5, 2019
  • 3 replies
  • 27 views

MikeWilliams
Forum|alt.badge.img+1

Hey!

 

So, I'd like to get some functionality set up in my form and not sure how to go about it. To set the scene, I have a repeating section in my form, and one of the controls within the repeating section is a checkbox (yes/no). The end of the form has a button which is used as a 'Final Submission' and shouldn't be used until the actions which are all within the repeating section are complete.

 

So, my problem, I want to be able to disable that Final Submission button until ALL of the checkboxes within the repeating section have been ticked but I'm not sure how to do this.

 

Appreciate any assistance!

Thanks, Mike.

3 replies

Forum|alt.badge.img+12
  • Scholar
  • November 5, 2019

@MikeWilliams .....did you try applying validation rule on each controls in repeating section? Create seperate rules for each controls.


Simon Muntz
Nintex Partner
Forum|alt.badge.img+23
  • Nintex Partner
  • November 6, 2019

HI I used

contains(YN,"false")

on my test form and that worked.  Save button disabled unless all check boxs are checked.

 

See responsive form attached.


MikeWilliams
Forum|alt.badge.img+1
  • Author
  • November 18, 2019

Simon that worked as I needed, thanks a bunch!