Make Your Own Booking Widget: Difference between revisions
Jump to navigation
Jump to search
Markkinchin (talk | contribs) No edit summary |
Markkinchin (talk | contribs) 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=" | <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"> | ||