Skip to main content

Prefill form with users data that already exist in the database

  • November 7, 2022
  • 4 replies
  • 143 views

Forum|alt.badge.img+4

Hey there, I have a table on Airtable that has multiple forms inside it.

We send each of these forms at each step of a custom onboarding journey. Some of the fields in these forms are the same, so I would like to know if there is a way to prefill data in forms for users who submitted a form previously in the same table.

Thanks :slightly_smiling_face:

4 replies

TheTimeSavingCo
Forum|alt.badge.img+31

Hi Fahad, sure, to do that, you’d just need to create a new formula field and use Airtable’s existing form prefill functionality and reference that record’s data

Say Customer 1 submitted a form previously. You could now go to said formula field, grab the link with the prefilled form URL, and then send it to Customer 1

Here’s a base I’ve thrown together and a link to the prefilled form


Hannah_Wiginton
Forum|alt.badge.img+19

Hey Fahed,

As mentioned, you can use Airtable’s prefill option.

If you want something easier to use for Airtable prefills, check out our On2Air Forms app. We make updating records much easier. We have a free version of our app and plans to fit various budgets.

You can sign up for access to the new version here


Forum|alt.badge.img+4
  • Author
  • Known Participant
  • November 11, 2022

Hi Fahad, sure, to do that, you’d just need to create a new formula field and use Airtable’s existing form prefill functionality and reference that record’s data

Say Customer 1 submitted a form previously. You could now go to said formula field, grab the link with the prefilled form URL, and then send it to Customer 1

Here’s a base I’ve thrown together and a link to the prefilled form


Hey, what formula did you use in the formula column, I am getting an error when I do it, this is what it looks like


TheTimeSavingCo
Forum|alt.badge.img+31

Hey, what formula did you use in the formula column, I am getting an error when I do it, this is what it looks like


Hi Fahad, that’s "https://airtable.com/shrGAHURK7dJmAU1t?prefill_Notes=" & ENCODE_URL_COMPONENT(Notes)

For future reference, to view the formulas, you can duplicate the base by clicking the title of the base at the top of the screen, then the three horizontal dots on the right, and then the “Duplicate Base” button.