Step 1
In the splitforms dashboard, open Integrations → Airtable and choose the scope: one form, or all forms on your account.
Integration · Airtable
Send form submissions to Airtable as records.

splitforms connects your forms to Airtable and moves every submission across the moment it's received — no manual export, no copy-paste.
Every submission is emailed to you and saved to a searchable dashboard, so the lead is captured even if Airtable is unreachable.
Connecting Airtable to your forms is included in your plan — no add-on charge and no per-message billing from splitforms.
Example: form markup
The form posts to https://splitforms.com/api/submit. The Airtablerouting is configured in the splitforms dashboard against the form's access key — there's no client-side Airtable-specific code in your HTML.
<form action="https://splitforms.com/api/submit" method="POST">
<input type="hidden" name="access_key" value="YOUR_SPLITFORMS_KEY" />
<input type="hidden" name="_route" value="airtable" />
<input type="email" name="email" placeholder="you@example.com" required />
<textarea name="message" placeholder="Your message" required></textarea>
<button type="submit">Send to Airtable</button>
</form>How it works
Here's how to send form submissions to Airtable in 5 steps — no code required, and most teams finish in a couple of minutes.
In the splitforms dashboard, open Integrations → Airtable and choose the scope: one form, or all forms on your account.
Click Connect and authorize splitforms through Airtable's OAuth screen, granting access to the base you want records to land in (splitforms needs 'create' or 'edit' permission on that base).
splitforms adds a 'SplitForms submissions' table to the base automatically, with starter fields for the submission, submitted date, form name, submission ID, referer, and IP.
Submit a test record from the dashboard, then submit the real form. New submissions append as a record within a couple of seconds, and any new form field gets its own column automatically the first time it appears.
Open the base any time from the integration page, or disconnect in one click — existing records are never touched.
How teams use it
splitforms has a native Airtable integration: authorize with OAuth, and splitforms creates a table in your base that gets a new record for every form submission in real time. No Personal Access Token to manage, no relay to deploy. Prefer a plainer destination? The same form can also send form submissions to email or forward them to any webhook.

Why splitforms
Zapier's Airtable action costs $20+/mo for multi-step Zaps; splitforms' native integration is included from Pro with no extra fee. splitforms is free for 500 submissions per month, $5/mo on Pro, or $59 for a 3-year plan (15,000 submissions/month, 36 months of access), with no per-integration add-on fees.

How SplitForms works
Connect your form, collect every submission, and send data where it needs to go — without building backend infrastructure.

Point your form to your unique SplitForms endpoint. That's it.

We instantly capture and organize every submission in your inbox.

Send data to email, spreadsheets, CRMs, webhooks, and 7,000+ apps.

No credit card required. Set up in under 60 seconds.
Connect & automate
SplitForms works with the destinations you route to and the platforms you build on — from Slack and Sheets to WordPress, Shopify, and Next.js.

Trusted by indie teams and agencies shipping forms worldwide
Testimonials
40 quotes on record — from indie hacks to agency migrations.
“I replaced a Lambda + DynamoDB + SES contact form with six lines of HTML. It took eleven minutes, and the dashboard is better than what I was going to build.”
“We migrated 14 client sites off Formspree in a single weekend. The price is a third of what we paid, the API is more honest, and the spam filter actually works.”
“The webhook payload is signed, idempotent, and well-shaped. It reads like code from a competent team, not a CRUD app held together with duct tape.”
“I stopped reaching for Typeform on small marketing sites. splitforms covers 90% of the use case at none of the bloat.”
“I onboarded our whole agency in an afternoon. The MCP integration meant Cursor literally dropped the form straight into our client repos for us.”
“The free plan gave me 500 submissions before I paid a cent, and Pro is five dollars a month. I've spent more on coffee deciding which backend to use.”
“Spam went from forty junk entries a day to zero, with no reCAPTCHA puzzle ruining the form. The honeypot and time-trap just quietly do their job.”
“Point the form action at one endpoint and you're done. No SDK, no client library, no build step. This is how a form backend should feel.”
“Leads land in Slack the second someone submits, and a copy goes to Google Sheets for the sales team. I wired both up in under ten minutes.”
“I run a static Hugo site on a five-dollar VPS. splitforms gave it a real contact form without me standing up a single server.”
Common questions
It's native. Connect via Airtable's official OAuth flow once in the splitforms dashboard, and splitforms writes records directly through Airtable's API using tokens it manages and refreshes for you — no Personal Access Token to generate or store, and no relay function to deploy. If you need custom record shaping the native integration doesn't do, the manual PAT-plus-relay path documented in the deep-dive guide still works.
Airtable unlocks on Pro ($5/month) and above, with no per-record fee and no cap beyond your monthly submission limit. Pro includes 5,000 submissions/month and unlimited forms.
During the OAuth consent screen you choose which base to share. splitforms requests data.records:write plus read/write access to base schema so it can create the submissions table and add new field columns as your form grows — it can only act on the base you explicitly grant.
No. Airtable issues short-lived access tokens (about an hour) with a longer-lived, rotating refresh token, and splitforms refreshes automatically in the background before each write. You only reconnect if you manually revoke access in Airtable or disconnect from splitforms.
splitforms creates the missing column automatically as a long-text field the first time a submission includes that field, so a record write never fails because of a schema mismatch.
Either. Connect Airtable with no form selected and every form on your account writes into the same base; connect it again scoped to a specific form and that form gets its own dedicated base and table instead.
Yes — splitforms also sends signed outbound webhooks, so if you need custom record shaping, linked-record lookups, or attachment handling beyond what the native integration does, you can point a webhook at your own relay that calls the Airtable API with a Personal Access Token. Most teams find the native one-click connection is enough; the manual route is there for advanced cases.
Simple pricing
Choose a plan that fits your workflow — from a free form endpoint to full automations, exports, and higher submission limits.
Free forever
For side projects and indie devs.
For agencies and growing products.
Pay $59. 3 years sorted.
No credit card required on Free • Cancel anytime