Changes

Jump to navigation Jump to search

Make Your Own Booking Widget

159 bytes added, 15:13, 18 June 2020
no edit summary
[[Category:Developers]]
[[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__
''This page explains how to create your own booking widget''
'''Requires:''' Basic understanding of HTML
 
== Introduction ==
Making your own booking widget is not hard. It only involves opening the booking page and optionally passing some information to it.
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, javascript 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.

Navigation menu