I’m doing a landingpage for a hotel, were people can send a booking request.
In the form they can pick the date when they arrive, the date when they leave, and their personal information.
To limit faulty data, I want that the Formfield “Date_leaving” can only be filled out if they have previously filled out the form “Date_arrive”. So some kind of sequencing the form fields. Can someone help?
Thanks!