Pre-Fill Your Form or Booking Fields From The URL
If you have unique URL that contains variables in it that are used for quick personalization or pre-filling, you can send that data to the forms.
Example: the URL contains ?name=John&country=USA you can push the values for name and country to the page.
Pushing the information to a Form, Booking or Checkout
The only thing you need to do is to make sure that the labels of your fields match the URL variables. In our examples you need to have 'name' and 'country' for labels of 2 fields in order t...