Bypass the property booking page
Posted: Tue Mar 18, 2025 4:49 am
Hi,
New to Beds24, I am developing a Wordpress website where Beds24 will be integrated. I’m looking for a way to skip the property booking page step when a visitor clicks on the ‘Book’ button of a property’s booking widget and go directly to the booking form. I would like this only when clicked from that widget, not when clicked from the multi property page; so it looks like it has to be done with url / parmeters.
I have tried the different possibilities except Iframe which I’d rather avoid.
The code generating the widget generator contains this parameter: formAction='https://beds24.com/booking.php' formTarget='bookingWindow'
The property page URL that it opens contains the following parameters:
https://beds24.com/booking.php?numadult ... 68&lang=en
And the page with the booking form has:
https://beds24.com/booking.php?propid=2 ... 09=Request
Does anyone know with what to replace or append the 'bookingWindow' parameter to obtain this?
Thanks in advance for any help.
Bernard
New to Beds24, I am developing a Wordpress website where Beds24 will be integrated. I’m looking for a way to skip the property booking page step when a visitor clicks on the ‘Book’ button of a property’s booking widget and go directly to the booking form. I would like this only when clicked from that widget, not when clicked from the multi property page; so it looks like it has to be done with url / parmeters.
I have tried the different possibilities except Iframe which I’d rather avoid.
The code generating the widget generator contains this parameter: formAction='https://beds24.com/booking.php' formTarget='bookingWindow'
The property page URL that it opens contains the following parameters:
https://beds24.com/booking.php?numadult ... 68&lang=en
And the page with the booking form has:
https://beds24.com/booking.php?propid=2 ... 09=Request
Does anyone know with what to replace or append the 'bookingWindow' parameter to obtain this?
Thanks in advance for any help.
Bernard