Checkboxes in Repeating Section All MUST be Checked Rule

  • 5 November 2019
  • 3 replies
  • 2 views

Badge +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

Badge +12

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

Userlevel 6
Badge +22

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.

Badge +1

Simon that worked as I needed, thanks a bunch!

Reply