With Sheetgo Forms, you can use the Prefill Form feature.
Now, effortlessly populate your Sheetgo Forms with existing data using simple URL parameters. No more manual entry or repetitive typing!
Here’s how it works:
Let’s say you have a form with the following fields:
First Name
Last Name
Email
Lets your form URL is: “https://forms.sheetgo.com/7641f137-5aa8-9f33-5532-ab1bBd295E80”
To prefill this form:
1. Add a question mark (?) at the end of your form URL.
2. Append each form field and its corresponding value using an equals sign (=).
3. For multiple fields, separate them with ampersands (&).
4. In data transmission, the plus(+) symbol is utilized instead of spaces in both field names and values for improved compatibility and readability, particularly in URL query strings.
Here’s a full example:
For First Name as “John”: “https://forms.sheetgo.com/7641f137-5aa8-9f33-5532-ab1bBd295E80?First+Name=John”
Adding Last Name as “Doe”: “https://forms.sheetgo.com/7641f137-5aa8-9f33-5532-ab1bBd295E80?First+Name=John&Last+Name=Doe”
Including Email as “john.doe@example.com”: “https://forms.sheetgo.com/7641f137-5aa8-9f33-5532-ab1bBd295E80?First+Name=John&Last+Name=Doe&Email=john.doe@example.com”
Voila! Your form will be populated with the specified data automatically.
Ready to streamline your workflow? Try it out now and revolutionize your form-filling process!
Happy Prefilling!