Skip to main content

Form submissions are sporadically not being recorded, has anyone else experienced this?

  • July 15, 2026
  • 4 replies
  • 20 views

EricGuy
Forum|alt.badge.img+6

Hi Everyone, 

 

I have a weird issue with Airtable Forms that I’ve been kicking around for quite some time and wanted to see if anyone else might have a similar experience. I have 2 different forms that I have for our Leadership team that allow them to submit the following content:

  1. Multiple photos or video, potentially bigger files (50MB - 1GB)
  2. Long Text field Questionnaire that require 4-6 paragraph responses 

90% of the time, everything is received without issue, but more notably with the photo submissions, sometimes it doesn’t submit or create the record. I originally assumed it’s user error, where maybe they’re not waiting until they get the confirmation message, but I have Leads insisting that they submitted and saw the confirmation, yet nothing gets recorded. Quick note, I’ve had reports of this happening with both public-access users and Airtable users.

 

This is not a new issue; I’ve been receiving these reports for ~2 years, but it never occurs often enough to be a big issue, and I can’t think of a better way to collect what I need from them. I’ve never personally experienced it and it’s difficult to catch because weeks can go by before we realize that a record is missing and when questioned, they are adamant that they submitted their content.

 

I’m going to enable submission receipts to try and curb this, but has anyone else experienced this?

4 replies

TheTimeSavingCo
Forum|alt.badge.img+32

Hm, with the receipts you’d still end up losing the 4-6 paragraph response if the submission didn’t go through

What if you did a two form thing where:

  1. First form asks for normal data, including the 4-6 paragraphs
  2. On submit, it redirects the users to another form that creates a record that’s linked to the record the first form created.  This second form will handle the file upload only

This way you’d safely get the hard to do stuff because the file upload would be relatively painless to redo?  And of course you’d turn on receipts for both like you mentioned

 


Forum|alt.badge.img+1
  • Participating Frequently
  • July 16, 2026

It sounds like an intermittent upload issue, especially with large attachments. Enabling submission receipts is a good idea, and if it continues, Airtable Support may be able to check server logs for missing submissions.


Stephen_Biegner
Forum|alt.badge.img+3
  • Participating Frequently
  • July 16, 2026

If you haven’t already, it might also be a good idea to create a confirmation email for your users that fires upon form submission. In the on-screen confirmation, you can say something like, “Thanks for submitting the form! You’ll receive a confirmation email momentarily. If you don’t...” and then explain whether they should resubmit or reach out to confirm their submission went through. That would help flag potential issues right away rather than having to check every single receipt. We do that for all our forms at my org and it’s been a huge help. 

Likewise, you could create an automation that notifies you if a form submission comes through with information missing. I’m assuming that the fields are required on your form. (If not, I’m super pro making as much required as possible, even if it means adding some transition questions and logic to hide or show fields - e.g. “Do you have files to upload? Y/N - if Y - upload to required attachment field; if N, hide field, user can submit form without this.”) 

If they’re required, you could have an automation that checks to see if any fields are empty that should be filled. If they are empty, you can have Airtable send you a notification or tag the record or whatever works for you to notice and address the issue. 


EricGuy
Forum|alt.badge.img+6
  • Author
  • Participating Frequently
  • July 16, 2026

Thank you for your replies, really appreciate the response. I’m now realizing there’s 2 things I missed in my initial post (which I’ll go back and add. EDIT: Nvm, I can’t edit the original?):

  • @TheTimeSavingCo These 2 forms are both required, but aren’t exclusively mutual; my team can fill out one and then the other later on. For more context, the 1st one is an overall experience survey on an event, the 2nd one is to submit photos, reports, receipts, etc which is filled out a couple of times throughout an event. 
  • Our users are primarily filling out these forms using mobile (both Android and iOS). I’ve built these forms directly into the interface, so the users don’t need to leave their Airtable app to fill them out (thus I doubt it’s a browser related issue). 

@Stephen_Biegner I do already have an automation that notifies our admin team whenever the survey response is received, but it doesn’t run because no record gets created; after each report, I can’t find any record of it existing and I don’t have any automations that delete anything in this table. 

 

@Jason Miller234 that’s not a bad idea, I didn’t know they had the ability to check that. I just figured if it didn’t process, that it would be lost.