splitforms.com
19 RELEASES · 12 FEATURES · 4 IMPROVEMENTS · 3 PRICING

splitforms changelog.

Every splitforms release, feature, fix, and pricing change — newest first. We build in public, so the moment something ships, you see it here with the date, version, and what changed.

Prefer your own reader? Point it at /changelog/rss.xml and every new release note arrives automatically — no account needed.

2026 updates · 19 entries

  1. August 27, 2026
    v2026.08.27
    Feature

    Stripe payments launched — charge through any form

    Forms can now collect payments. Connect your own Stripe account in one click, set a fixed amount in Form settings → Payments, and submitters are sent to Stripe Checkout after they submit — for deposits, bookings, order forms, and paid contact. The money goes straight to your Stripe account (splitforms never holds your funds), every submission is marked paid or unpaid in your dashboard, and refunds, receipts, and payouts live in your own Stripe dashboard. Included on every paid plan; Square support is coming soon.

  2. August 27, 2026
    Feature

    Webhook delivery log with one-click replay

    Every webhook POST — live submission, test, or replay — is now logged with its status, error, and attempt count, kept for 30 days. The webhook page shows the recent deliveries and a Replay button re-sends the original submission to the same endpoint, so a missed delivery is a one-click fix instead of a support ticket. Transient failures were already retried automatically; now you can see it all.

  3. August 27, 2026
    Improvement

    Trusted senders — Not spam now sticks

    Marking a message Not spam now allowlists that sender's email address, so the spam filter never quarantines them again — and marking a message as spam withdraws the trust. Hostile payloads (SQL injection, script probes) are still always quarantined regardless. The spam queue page lists your trusted senders with one-click removal.

  4. July 10, 2026
    v2026.07.10
    Pricing

    Per-plan file storage allowances

    File uploads now come with a clear storage allowance per plan: 25 MB total on Starter, 500 MB on Pro, and 5 GB on Business and the 3-year plan. The per-file cap is now 5 MB on every plan (was 10 MB). When an account's storage is full, new uploads are skipped — text submissions always go through — and the dashboard's Storage page shows exactly how much space is in use. Accounts that lapse to the free plan keep their stored files for 30 days, after which they are deleted.

  5. May 8, 2026
    v2026.05.08
    Feature

    Public showcase, embed gallery, and form validator launched

    Three new public surfaces went live in the same release. /showcase is a crawlable index of sites running on splitforms across eight categories. /embeds is a copy-paste gallery of ten production-grade HTML form snippets — contact, newsletter, lead, RSVP, support, feedback, beta, job, quote, demo. /tools/form-validator is a free public tool that audits any HTML form for accessibility, label coverage, and form-backend wiring.

  6. May 7, 2026
    v2026.05.07
    Pricing

    Starter tier added at 1,000 submissions/month

    We doubled the free monthly allowance with no other plan changes and no credit card requirement. Existing free accounts were upgraded automatically; nothing for you to do. Pro and 4-year customers were unaffected — their allowances stay at 5,000 and 15,000 submissions per month respectively.

  7. May 4, 2026
    v2026.05.04
    Improvement

    Per-page FAQs across glossary, pricing, docs, and reference

    Every high-traffic page on splitforms.com now carries an inline FAQ block, exposed both visually and as FAQPage JSON-LD for AI engines and Google snippets. Expanded surfaces include /glossary, /pricing, /docs, /api-reference, /about, and most /forms/[platform] guides. The goal is to surface direct answers without forcing a click into the docs.

  8. May 1, 2026
    v2026.05.01
    Pricing

    Pricing simplified — Pro is now $5/mo and the long plan is 4 years

    Pro dropped from $10/mo to $5/mo with the same 5,000-submission allowance. The previous long-term offer was replaced with a single $59 4-year plan (48 months of access, 15,000 submissions/month, 4-year billing cycle). We don't sell a lifetime tier — we don't think it's honest to promise something we can't credibly support past a few years.

  9. April 22, 2026
    v2026.04.22
    Feature

    Eight new framework guides — Astro, Vue, Svelte, Next.js 15, Shopify, and more

    We shipped a wave of platform-specific setup guides at /forms/[platform], with copy-paste snippets, working honeypot wiring, and end-to-end submission examples. New guides: Astro, Vue, Svelte, Next.js 15 (App Router), SvelteKit, Shopify, Webflow forms, Carrd. Each guide ships with HowTo JSON-LD so AI engines can render the steps inline.

  10. April 15, 2026
    v2026.04.15
    Feature

    Fourteen competitor comparison pages launched at /vs/...

    Honest, side-by-side comparisons against Formspree, Web3Forms, Getform, Basin, Netlify Forms, Formcarry, Formspark, FormKeep, Static Forms, FormBold, Typeform, Jotform, Google Forms, and Tally. Each page covers pricing, free-tier limits, integrations, spam protection, and the one specific thing that competitor still does better than us.

  11. April 2026
    Feature

    Multi-form support

    Accounts now manage many named forms instead of a single submission firehose. Each form has its own access key, recipient list, redirect URL, allowed-domain list, and submission history. The dashboard groups submissions per form; the API surface is unchanged for backwards compatibility.

  12. April 2026
    Feature

    Outbound webhook delivery

    Per-form webhook destinations with HMAC signing, one delivery attempt with an 8-second timeout, and a per-form delivery log. Useful for piping submissions into Zapier, Make, n8n, Slack, Discord, or your own backend. Failed deliveries surface in the dashboard with the request/response so you can debug and send a new test submission.

  13. March 2026
    Feature

    File uploads via Storage integration

    Forms can now accept file uploads through the Storage integration. Files are stored on S3-compatible object storage with signed download URLs in the email notification. Current limits are 5 files per submission at 10 MB each.

  14. March 2026
    Feature

    Auto-responder emails

    When a submission lands, splitforms can fire an auto-reply to the submitter from a verified address — useful for contact and newsletter forms. Plain-text bodies for now, with field interpolation. Custom per-form templates are on the roadmap at /roadmap.

  15. March 2026
    Improvement

    Honeypot spam protection (botcheck field)

    Every form now silently drops submissions where the hidden `botcheck` field is filled in. The field is invisible to humans and to most assistive tech (CSS-hidden, autocomplete='off', tabindex='-1') but visible to dumb form-spammers, which catches a measurable chunk of background spam without any captcha.

  16. February 2026
    Feature

    Magic-link signup via Supabase

    Account signup and login now work via a magic-link email — no password to remember, no SSO setup, no third-party identity provider on the signup path. The same magic-link flow is used for re-auth when accessing the dashboard from a new device.

  17. February 2026
    Feature

    Per-form custom redirect URLs

    Each form can define its own `next` URL — the page the browser is redirected to after a successful submission. Previously this was global. Useful for thank-you pages that vary per campaign, per locale, or per A/B variant.

  18. February 2026
    Improvement

    Domain whitelist (allowed_domains)

    Each access key now carries a list of allowed origin domains. Submissions from any other origin are rejected at the edge before hitting the spam filter. The default is 'any origin' for new keys; existing keys were unchanged on migration.

  19. January 2026
    Feature

    splitforms launched

    Public launch. The initial release shipped a free tier (500 submissions/month at launch, since raised), email-on-submit, a basic dashboard, and the canonical POST /api/submit endpoint. Built as a faster, simpler, more honest alternative to Formspree, Web3Forms, Getform, Basin, and Netlify Forms.

Want to influence what ships next?

The roadmap is public, priorities are set by real user demand, and paying customers get the deciding vote on what we build next.

View the roadmap Suggest a feature