Jan 10, 2023 02:25 PM
Hello,
We are using Airtable to do a content audit. We are using a form to capture the assessment data. The auditors must complete the form for each page of content. We have many pages, so they have to complete the form many times. On the form, we ask them to fill in their email address manually each time they complete the form. It currently is a drop-down field. We have had several requests to have this email field populated automatically with their email address.
Does anyone know if this is possible? I have read online about pre-filling fields on a form, but it seems to be possible for specific values only. For example, I can pre-populate the name field with the value "John".
What I would like is the following:
Auditor 1
Email address: johndoe@email.com
Email field on form automatically filled in with his email: johndoe@email.com
Auditor 2:
Email address: janesmith@email.com
Email field on form automatically filled in with his email: janesmith@email.com
Auditor 3:
Etc.
Solved! Go to Solution.
Jan 11, 2023 09:01 AM
There's a toggle button that will add the submitters name to a CREATED BY field. It won't autopopulate, but it will be there when the form is submitted. It requires everyone to have a login so it can't be a public form.
Jan 10, 2023 04:22 PM
Hi @mack_zie ,
You could take your form shared link and create dynamically prepopulated link with a formula field. Example:
Jan 11, 2023 08:46 AM
Hi @Greg_F
Thanks for responding 🙂
We currently have 1 field on the form that is already being pre-filled. Here is the current formula:
"https://airtable.com/shr1se?prefill_Link to Manual pages="&RECORD_ID()
This works well. I tried to add the email to this link, but can't seem to figure out how to prefill multiple fields. How would I add the email to this link? I tried this, but it doesn't work:
"https://airtable.com/shr1seG7zKzYXY4cC?prefill_Link to Manual pages=&RECORD_ID()&prefill_Email="&{Auditor Name}
I can get the auditor name to be prefilled, but not both.
I actually don't want the auditor name, but the name of the person who is completing the form. Is there a way to grab the Airtable user account name or email?
Thanks in advance for your help.
Cheers!
Jan 11, 2023 09:01 AM
There's a toggle button that will add the submitters name to a CREATED BY field. It won't autopopulate, but it will be there when the form is submitted. It requires everyone to have a login so it can't be a public form.
Jan 11, 2023 11:01 AM
This is exactly what I am looking for! Thanks for pointing it out - much appreciated!