Make Your Own Booking Widget: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
Line 19: Line 19:
A basic HTML FORM can be created like this
A basic HTML FORM can be created like this


  <FORM METHOD="POST" ACTION="http://www.beds24.com/booking2.php">
  <FORM METHOD="POST" ACTION="https://www.beds24.com/booking2.php">
  <input type="hidden" name="propid" value="2035">
  <input type="hidden" name="propid" value="2035">
  <input type="submit" value="Book Now">
  <input type="submit" value="Book Now">