How to validate date fields inside repeating rows to be adult?

  • 10 July 2018
  • 1 reply
  • 4 views

Badge +1

Hello,

I have date fields inside repeating rows. I will like to validate that the date fields are all more than 18 years old (adult). How to do that?


1 reply

Userlevel 5
Badge +14

just like for any other control out of repeating section - create a validation rule (likely) assigned to the date control which check that difference between date field and CurrentDate is greater then 18 years.

Reply