Address

For pre-filling the address field via URL parameters, the Field code can be found under the Advanced properties.

Screenshot 2023-09-17 at 9.21.18 PM.png
Advanced properties

The field code can be used along with the label names of the address fields in URL parameters, as shown below.

https://example.neetoform.com/8abc2aa31ef7d12f288e?address.Street%20address=Krystal%20Field&address.City=Douglaschester

Here, we are pre-filling Street address and City.

Screenshot 2023-09-18 at 12.43.32 AM.png
Pre-filled address field for street address and city

How do I pre-fill State/Province and Postal/Zip Code fields?

URL parameters can't have a / in it. It is not supported by browsers. And since the labels for State/Province and Postal/Zip Code have a / we won't be able to use them directly. To use URL parameters on these fields, we can rename them and remove /.

You can rename State/Province to State & Postal/Zip Code to Zip Code.

Screenshot 2023-09-19 at 4.39.20 PM.png
Renamed State and Zip

Now, you can pre-fill these fields as below:

https://example.neetoform.com/8abc2aa31ef7d12f288e?address.State=Texas&address.Zip%20Code=79714

Screenshot 2023-09-19 at 4.44.43 PM.png
Pre-filled state and zip code fields

Can't find what you're looking for?