Changes

Jump to navigation Jump to search

Make Your Own Booking Widget

602 bytes added, 18:09, 2 August 2014
no edit summary
[[Category:Booking Page]]
[[Category:How to]]
 
'''Introduction'''
Common ways to open the booking page are using an HTML <A> link or using a <FORM> with selectors and inputs.
We will create a only focus on the technical aspects of getting the form as an example in this How Toto submit information, we will not worry about styling, javascript and CSS, that is completely up to youModify to suit and paste the samples into your web page. 
'''Create a Form'''
 
A basic HTML FORM can be created like this
 
<FORM METHOD="POST" ACTION="http://www.beds24.com/booking2.php">
<input type="hidden" name="propid" value="2035">
<input type="submit" value="Book Now">
</FORM>
 
It is very simple and will show a "Book Now" button and open the property with the specified propid.
 
 
'''Collect Check-in Date'''
 
The Check-in date can be sent to the booking page using any of the paramentes at

Navigation menu