Hello!
I have tried searching for an answer to my problem but can’t seem to find anything.
I’m currently working on a website for a client who offers self catering cottage accommodation.
They use a booking system that sits within an iFrame on the site but the system isn’t advanced enough to deal with higher number of guests in one property.
What I mean by this is for example: one cottage can hold 7 adults, if the customer tries to book for 8 adults, the system just tells the customers there’s no availability rather than telling them there is an option to book multiple cottages to spread people out.
To get around this, I was looking to do a prequalifying user input section as follows:
- The user clicks book now
- Some drop down questions appear asking for how many adults, how many kids and how many infants
- If the user enters for example more than 7 people, when clicking next - it will load a certain page.
- If they enter less than that number, and click next, it will push them to the page with the iFrame to book through the booking engine.
Steps 3 and 4 are the sections I need help code wise - so wondering if anyone has an answer for this please? Any help would be appreciated.
Many thanks
Ben