May 27, 2022 12:15 AM
I have three forms to fill out with data, and they go in sequence.
Is there any way that the answers from all three forms go into one entry.
Right now, each form creates a new record.
May 27, 2022 12:26 AM
Hi Lev, no that’s not possible at the moment. Every form submit creates a new record. What’s the use case?
May 27, 2022 12:27 AM
I am doing research in psychology and I need to present the form step by step for better perception.
May 27, 2022 12:29 AM
Would conditional fields maybe help? In the form builder, you can select if a field should only show up if certain conditions are met:
Otherwise it might make sense to use a more sophisticated form tool (Typeform, Jotform, …) and send that data into Airtable.
May 27, 2022 02:00 AM
@Lev_Korotich There are a few different ways of doing this in Airtable. Probably the easiest way is to ask for a unique identifier on each form (such as an email address) that you could match up using automations after submission. The easiest way to do this would be to keep all of your form submissions in one table, and link them to the person’s email address in another table. But you can certainly merge everything into one unified record too… that would be a more complex automation setup.