Hi everyone,
I'm new to Airtable and really excited about using it! I'm trying to create a simple feedback form with four options, where one option is selected based on a URL parameter. I can get the selection to work when I use the ?prefill_type=xxxx parameter in the URL while logged in. For example:
...airtable.com/appZv5lCwXXXXXXX/pagY4IFXXXXXX?prefill_type=xxxx
However, this link only works for logged-in users. To make the form publicly accessible, I add /form to the URL like this:
...airtable.com/appZv5lCwXXXXXXX/pagY4IFXXXXXX/form
This public link works, and anyone can fill out the form. But when I try to add the ?prefill_ parameters, they don't populate the fields. For example:
...airtable.com/appZv5lCwXXXXXXX/pagY4IFXXXXXX/form?prefill_type=xxxx
The fields are not prefilled. My issue is that I can't get the prefill function to work in public forms, but it works when I'm logged in. I've searched for information but haven't found a solution. Maybe it's something simple I'm missing.
Thanks in advance for your help!