Hi Raul, to do that I think you’d need to create another table (let’s call this “Feedback”) that links to the original table
In the Feedback
table, you’d create another form, and you’d then send your users a form link with a prefilled link field to the original form submission
Consider:
- User submits a form
- New record gets created with record ID of “recK61q2OxcFuMJvQ”
- You send the user a feedback form URL that looks something like this:
https://airtable.com/shr12345678?prefill_LINKEDFIELD=recK61q2OxcFuMJvQ
- When the user submits that feedback form, their submission will automatically be linked to the record they created in the first step
More details on prefilled forms here