Hi team,
My users need to be able to set their own pre-fill data for a form that they use to generate content.
For now, I have users saving their preferences to Airtable.
How do I pull this data to the form when the page loads?
Open to any solution. Thanks in advance for any assistance.
acjnas
2
Format the form URL in airtable while following these parameters:
Hi, thanks so much for your assistance.
However, I feel like I’m missing something obvious.
How do I then pull from Airtable into the form, be it as URL, parameter or otherwise?
Thanks, Glenn
acjnas
4
Hey,
If the data is in airtable, then you can format your custom URL with that data. The form will read the parameters on your URL.
Ded
5
Hi
Thanks for the link. very helpful.
However, I’m struggling to prefill a field type “Quick select”.
If this field ID is MyQuickSelect, and it has the 2 following options (opt1, opt2, opt3), how do I built the URL to prefill opt2 for instance ?
I’ve tried prefill_MyQuickSelect=opt2, it doesn’t work.
I’ve tried prefill_MyQuickSelect_opt2=true, it doesn’t work.
no clue how to do it…
ANy help would be much appreciated.
Thanks!