Make Your Own Booking Widget: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 4: | Line 4: | ||
[[Category:Developers]] | [[Category:Developers]] | ||
[[Category:Widgets]] | [[Category:Widgets]] | ||
This page explains how to create your own booking widget | |||
<div class="warning">{{#fas:exclamation-triangle}} Check the options the widget designer {{#fas:cog}} (SETTINGS) BOOKING ENGINE > BOOKING WIDGETS first. </div> | |||
__TOC__ | __TOC__ | ||
'''Requires:''' Basic understanding of HTML | '''Requires:''' Basic understanding of HTML | ||
== Introduction == | == Introduction == | ||
Making your own booking widget is not hard. It only involves opening the booking page and optionally passing some information to it. | Making your own booking widget is not hard. It only involves opening the booking page and optionally passing some information to it. | ||
| Line 13: | Line 15: | ||
Common ways to open the booking page are using an HTML <A> link or using a <FORM> with selectors and inputs. | Common ways to open the booking page are using an HTML <A> link or using a <FORM> with selectors and inputs. | ||
We will only focus on the technical aspects of getting the form to submit information, we will not show any styling, labels, | We will only focus on the technical aspects of getting the form to submit information, we will not show any styling, labels, Javascript and CSS, that is completely up to you to create any style you need. | ||
Modify to suit and paste the samples into your web page. | Modify to suit and paste the samples into your web page. | ||