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
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 [...]
Setup a Thank You Page to Track Conversions
Overview If you have conversion scripts that you use to track conversion goals, you can have Launch27 call them after a customer creates a booking on your site. You just need to create a Thank [...]
Add the New Premium Booking Form to your Site
Overview The new Premium Booking Form is available to users on our Pro and Plus plans. If you’re signed up for one of those plans, you only need to make a simple change to your regular [...]