Pre-fill the Zip Code
If you want to pre-fill the Zip Code into your booking form, you can do so by adding a querystring parameter (i.e. “?zip=myzipcode” ) to your booking form link.
For example, my booking form is installed on a page like this:
http://my-site.com/book-now
If I want my zip code ‘12345’ to be pre-filled into form, I would add “?zip=12345” to the end of my link:
http://my-site.com/book-now?zip=12345
Now when somebody clicks that link on my site, the zip code will be pre-filled into the form for them.
Note: If you have already added parameters to your link, use “&zip” instead of “?zip”.
Related articles
Carpet Cleaning Form
Carpet Cleaning Form – Overview You’ve been asking for it, so here it is! Your customers now have the ability to add multiple services to their booking. With our new Carpet Cleaning Booking [...]
Hide the Sidebar on the Premium Form
Hide the Sidebar Go to Settings > Booking Form > Premium Form Designer Click on Form Settings Check the “Hide sidebar” option Click Save After you hide the sidebar, the [...]
Change Height of the Booking Form Widget
Here's how you can change the height of your booking form widget: Go to Settings -> Booking Form Widget In the Configure section, set the Height to the value you want. As you [...]