Landing Page: Difference between revisions
Jump to navigation
Jump to search
Markkinchin (talk | contribs) No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
[[Category:Booking_Page]] | [[Category:Booking_Page]] | ||
Required skills: php, html, css | Required skills: php, html, css | ||
''This page explains to how to create a custom landing page'' | |||
You can specify a landing page after a booking is made at Settings > Booking Page > Advanced > Booking Return URL | You can specify a landing page after a booking is made at Settings -> Booking Page -> Advanced > Booking Return URL | ||
The guest will be redirected to your page after they book. | The guest will be redirected to your page after they book. | ||
We will include information about the booking as parameters added to your Url | |||
Using PHP or other scripting languages it is possible to process the parameters and display personalised information to the guest. | Using PHP or other scripting languages it is possible to process the parameters and display personalised information to the guest. | ||