The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
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 ...
Bill is completely correct! I’m looking to make sure nobody accidentally alters the record. I already have prefill filling in other information to make sure people have transparency in what they are specifically buying.
Your solution is interesting b...
You are correct as always Bill! I forgot to type the rest out here. I’ll edit it above incase future people use this thread for their own problem.
Doing some more research though it looks like I can’t have the prefill information return a value in my...
I figured it out! Using this formula:
CONCATENATE("airtable.com/form?prefill_xxx=",{ID Number})
That prefills my form and then I hid the field and now I have a hidden tracking system!
One more fast question for you! I’ve read up about prefill_ and learned a ton, but i’m having trouble locating documentation on variable syntax. I have https://airtable.com/1234?prefill_ but i can’t figure out how to fill the form field with informat...