Why is the entry not appearing on Airtable after submitting the form on my Webflow website?

TL;DR
  • Confirm the form submits successfully in Webflow and appears in Project Settings > Forms.  
  • Verify Airtable integration method (Zapier, Make, Webflow Logic, or custom code) is active and correctly configured.  
  • Ensure Webflow form fields match Airtable fields in name and type.  
  • Check automation tools (Zapier/Make) for error logs and confirm API key or access token permissions.  
  • Review reCAPTCHA settings and custom form action configurations to ensure they don't block submissions.

If your Webflow form submission isn’t creating a new entry in Airtable, the issue is likely with your form’s integration setup or missing API connections.

1. Check the Form Submission Works in Webflow

  • Submit the form on your live site to confirm Webflow is receiving the submission.
  • Go to Project Settings > Forms to ensure the submission is listed.
  • If the form submission doesn’t appear there, the problem is internal to Webflow (like a missing form action attribute or detached form component).

2. Verify Airtable Integration Method

  • Determine how Airtable is connected: via ZapierMake (Integromat)custom JavaScript, or Webflow Logic.
  • If you're using Zapier, ensure the Zap is turned on and linked to the correct Webflow site and form.
  • If using Webflow Logic (beta feature), confirm that your Logic flow is published and triggered on form submission.

3. Confirm Field Mapping

  • Check that each Webflow form field matches a field in your Airtable base:
  • Field names must be mapped correctly.
  • Dropdowns, checkboxes, and dates must match the Airtable field types.
  • In integrations like Zapier or Make, incorrect field references will cause the entry not to be created.

4. Check API or Automation Errors

  • In Zapier, look in the Zap history for any failed tasks or error messages.
  • In Make, review your Scenario history for error logs.
  • For custom code via Airtable API, check your browser’s developer console or use console.log to surface those errors.

5. Validate Airtable API Key and Permissions

  • Go to https://airtable.com/account and confirm your API key is valid.
  • Ensure the API key has access to the correct base and workspace.
  • Make sure you're using the new personal access tokens if API keys are deprecated for your setup.

6. Check for Hidden Captchas or Bot Filters

  • If using reCAPTCHA or other spam filters, Webflow may block the submission.
  • Ensure reCAPTCHA is correctly configured or disabled temporarily for testing.

7. Review Webflow Form Action Settings (If Using Custom Scripts)

  • Make sure your form does not use the default Webflow form handling if you're sending data via custom JavaScript.
  • Set the form's action attribute to prevent default submission if needed and trigger your script manually.

Summary

If your form submission isn’t reaching Airtable, likely causes include automation setup issues (Zapier, Make, Webflow Logic), API authentication errors, or mismatched field mappings. Start by confirming the form is received by Webflow, then trace the data flow through your integration or custom script.

Rate this answer

Other Webflow Questions