Auto Populate Fields In Your Tool URLs
Auto Populating Forms by using URL parameters.
You can use URL Parameters to auto populate fields on single page tools. The URL parameters will directly relate to the question ID you are wishing to have it populate.
Form builder IDs
The first step is to properly note your IDs you are using for your questions. Below is an example of the IDs: email, destination, and fullname

You can see in the example below, we are using the parameter string
?destination=Greece&[email protected]&fullname=John%20Smith

As you can see the order of the parameters does not matter, and parameters properly encoded such as "John Smith" has the space encoded with "%20". Formwise will automatically recognize this.
Last updated
Was this helpful?