Can someone help or guide me to build an apartment booking form?
It should be a booking form with a datepicker for check-in and check-out with an API connection (booking channel manager) to block not available dates, calculate the price and also take care of the minimum length of stay. API has all this informations for every day.
Besides the datepicker there should also be some standard fields like name, address and so on.
At the end it should be integrated in a wordpress page (i think iframe is the only option).
There are more apartments and every apartment has a different ID for the API Calls.
So i need the form and then an easy way to use it more often with different ID for the different apartments. But doing changes at the form (layout for example) only once - not for every apartment. Submissions should be sent to Airtable.
Thanks in advance!