I have three date fields in my form.
Date 1 Date 2 Date 3
I would like to make it so that Date 2 cannot be before date 1, and date 3 cannot be before Date 2 + 7 days.
Is there any functionality in datatables or editor to do this?
This question has an accepted answers - jump to answer
A custom field validator can be used for this. It has access to all data submitted, not just the field's own value.
Allan
Thank you Allan!
It looks like you're new here. If you want to get involved, click one of these buttons!
Answers
A custom field validator can be used for this. It has access to all data submitted, not just the field's own value.
Allan
Thank you Allan!