I am utilizing Gravity Forms to manage booking requests for ‘Arrival’ and ‘Departure’ dates. Currently, I need the ‘Departure’ date to automatically reflect a day after the ‘Arrival’ date selected by the guest. Even though guests can choose a different ‘Departure’ date, I want the default to always show one day ahead of the ‘Arrival’ date selected. Is there a method to achieve this functionality?
i think u can do that with some js. just listen to the arrival date change and set the departure to +1 day. it sounds complicated but it’s really not if u look into it!