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

splitforms connects your forms to Google Sheets 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 Google Sheets is unreachable.
Connecting Google Sheets 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 Google Sheetsrouting is configured in the splitforms dashboard against the form's access key — there's no client-side Google Sheets-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="google-sheets" />
<input type="email" name="email" placeholder="you@example.com" required />
<textarea name="message" placeholder="Your message" required></textarea>
<button type="submit">Send to Google Sheets</button>
</form>How it works
Here's how to send form submissions to Google Sheets in 5 steps — no code required, and most teams finish in a couple of minutes.
In the splitforms dashboard, open Integrations → Google Sheets and choose the scope: one form, or all forms on your account.
Click Connect and sign in with the Google account that should own the spreadsheet. splitforms only requests Google's non-sensitive drive.file scope, so it can create and write to the sheet it makes — it never sees the rest of your Drive.
splitforms creates a new spreadsheet automatically with a 'Submissions' tab and a starter header row (submitted at, form name, submission id, referer, IP address).
Submit a test row from the dashboard, then submit the real form. New submissions append as a row within about a second, and any new form field automatically gets its own column the first time it appears.
Open the sheet any time from the integration page, or disconnect in one click — existing rows are never touched.
How teams use it
splitforms has a native Google Sheets integration: sign in with Google and splitforms creates a spreadsheet that appends a new row for every form submission in real time. No Apps Script to deploy, no Zapier subscription, no copy-pasting webhook URLs. Prefer a plainer destination? The same form can also send form submissions to email or forward them to any webhook.

Why splitforms
Zapier's Google Sheets connector starts at $20/mo above the free tier; 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 your Google account once in the splitforms dashboard and splitforms creates and writes to the spreadsheet itself — no Apps Script to write or deploy, and no Zapier task fees. If you'd rather manage your own Apps Script web app or route through Zapier/Make for more control over formatting, that manual path still works too using splitforms' outbound webhooks; see the deep-dive guide below for that approach.
Google Sheets unlocks on Pro ($5/month) and above, with no per-row fee and no cap beyond your monthly submission limit. Pro includes 5,000 submissions/month and unlimited forms.
Only Google's drive.file scope, which is non-sensitive: it grants access solely to files splitforms itself creates, not your whole Drive. That's why the consent screen is clean, with no 'Google hasn't verified this app' warning. Revoke access any time from your Google Account's Security → Third-party apps settings, or disconnect from the splitforms dashboard.
splitforms writes a fixed set of system columns (submitted at, form name, submission id, referer, IP address) plus one column per form field. The first time a new field name shows up in a submission, splitforms adds a column for it automatically — you never have to edit the sheet by hand.
Either. Connect Google Sheets with no form selected and every form on your account writes to the same spreadsheet; connect it again scoped to a specific form and that form gets its own dedicated spreadsheet instead, without affecting the account-wide connection.
splitforms prefixes any value starting with =, +, -, or @ with a literal apostrophe before writing it, so a submitted value can never execute as a spreadsheet formula in the sheet owner's account.
Yes — splitforms also sends signed outbound webhooks, so if you want full control over the target sheet's formatting, timezone handling, or routing logic, you can point a webhook at your own Apps Script web app or a Zapier/Make scenario. 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