Hi everyone!
I'm trying to implement a form that can handle URL parameters. Here's the specific scenario:
1. I have a form created with Zapier Interfaces that generates a URL like:
`https://form-interface-abcdef.zapier.app/form`
2. I want to add parameters to this URL when linking from our website:
`https://form-interface-abcdef.zapier.app/form?a=1&b=2`
3. When a user clicks this link and lands on the form, I need to:
- Capture these URL parameters (?a=1&b=2)
- Use these values to pre-fill specific form fields
Is this possible with Zapier Interfaces? If not, what would be the recommended approach? I'm open to alternatives like:
- Using Webhooks
- Creating a custom form that redirects to Zapier
- Any other solution that allows capturing URL parameters and pre-filling form fields
Thank you for any suggestions!