Sep 11, 2019 03:51 PM
Hello! I am trying to figure out how to apply a unique ID when entering a form so you can see where it was clicked from. I have a store where each row in Airtable posts a new object for sale. I want the ‘purchase item’ button to lead to a form where they can fill in all their information but I can’t figure out how to assign some sort of unique ID so that I can correlate the item they want to buy to the information they put into the form.
Is anything like this achievable or is there any advice? Thanks so much for anything and everything!
Solved! Go to Solution.
Sep 13, 2019 06:00 PM
I’m not sure about his actual implementation but I think what he means by “linked records” is not what you mean.
I think he is generating unique URLs in a web page using the API that then reference an Airtable form with prefill data that matches data in Airtable to form the “linked” relationship after the form is submitted.
Sep 13, 2019 06:18 PM
That’s pretty much what I’m talking about, except I’m doing the linking directly in the form instead of afterwards, but I’m also using pre-filing to create that link.
Sep 13, 2019 06:53 PM
He may be as well, I could be misinformed.
Sep 15, 2021 04:27 AM
We came up with solutions for both of these problems:
We built a custom form for Airtable and it allows you to prefill hidden fields.
miniExtensions Form supports locking fields to make them read-only.