Hi there,
I have two tables and an interface with a form. The first form is used to add an entry to the table. I have this displayed as a nice gallery.
I wanted to add a button on the gallery, so the user can click the button on the record and it will take them to another form to request a change to that record. I've got about 90% there, but getting the field to prefill with the record_ID has been miserable. I've tried every combination and it just doesn't work.
On the form I added a new field "Link to another record". I select my primary table and select some columns to bring in via lookup. It looks great, the user can use the drop down to view all submissions and select the one they want. But the prefill doesn't work to auto select it.
https://airtable.com/HIDDEN/HIDDEN/form?prefill_Vacancies=["rec1YlesldDRjs06V"]
https://airtable.com/HIDDEN/HIDDEN/form?prefill_Vacancies=rec1YlesldDRjs06V
Nothing prefills the entry. If I try another field, like Name or Title which isn't a linked record field, it works fine.
I also don't want to use any extensions which have the word "Pricing" in the header bar either. Any ideas?