Hello
I'm familiar with GF filters, but I can't figure this one out...
I've got a form with two datepicker fields: arrival date and departure date. I need to validate that the departure date entered is later than the arrival date. If it's not, I want to display an error message only after the departure date, saying "departure date must be later than the arrival date".
Is that possible using the gform_field_validation filter?
Thanks
Simon