Formspree pricing and free plan limits, compared to splitforms.
Short answer: Formspree's free plan allows 50 submissions per month with 30-day history, and paid plans start at $10/month. splitforms turns that into a single POST endpoint — https://splitforms.com/api/submit — that any HTML or JSON form can call, with 200 free submissions total across unlimited forms, dashboard storage, and built-in spam filtering. Pro adds signed webhooks at $5/month — still half of Formspree's entry price, with 5,000 monthly submissions.
How much does Formspree cost?
Formspree's published pricing has three tiers. The free tier is a trial-sized 50 submissions a month; meaningful volume requires Basic or Plus, and webhooks, integrations, and autoresponders are gated to paid plans.
| Formspree plan | Price | Submission allowance |
|---|---|---|
| Free | $0 | 50 submissions/mo, 30-day history |
| Basic | $10/mo | 1,000 submissions/mo |
| Plus | $25/mo | 10,000 submissions/mo |
Source note: Formspree pricing can change. This page summarizes Formspree's official pricing page as checked in July 2026.
Formspree pricing vs splitforms pricing: the free-plan gap
Formspree's Free tier caps at 50 submissions a month. splitforms removes that ceiling: 200 free submissions total spread across as many forms as you create, with owner email notifications included on every plan — not gated behind a paid tier.
| Limit | Formspree | splitforms |
|---|---|---|
| Free submissions | 50/month (30-day history) | 200 total |
| Free form endpoints | Unlimited forms/projects | Unlimited forms |
| Cheapest paid plan | $10/mo Basic (1,000/mo) | $5/mo Pro (1,000/mo) or $5/mo Pro (5,000/mo) |
| Webhooks & integrations | Paid tiers | HMAC-signed webhooks + native integrations from $5 Pro |
| Spam protection | Honeypot + reCAPTCHA | AI classifier + honeypot, time-trap field, rate limits, optional reCAPTCHA v2 |
| API access | Older API surface | REST API + free MCP server on every plan, including Free |
| Long-term plan | None — recurring only | $59 first 3 years, then $59/yr (15,000/mo) |
| Best fit | Marketing teams already on the Formspree dashboard | Developer sites, agencies, and static sites with room to grow |
When Formspree is enough — and when it isn't
Formspree and splitforms solve the same problem at different traffic levels. Use the checklist below to see which one fits the site you're building today.
- Your team already lives in the Formspree dashboard and its integrations marketplace.
- You want drag-and-drop, pre-built form UI components for non-technical operators.
- Your forms stay comfortably under 50 submissions a month.
- You want 200 free submissions total before upgrading — 10× Formspree's cap.
- You manage multiple forms, client sites, frameworks, or environments.
- You want signed webhooks from $5/mo, a REST API, an MCP server, AI spam filtering, and a developer-first dashboard.
How to move a Formspree form to splitforms
You don't need to rebuild the form. Formspree and splitforms both accept a standard HTML POST, so switching is a one-line endpoint change plus a hidden field. Run both endpoints in parallel for a day before cutover if you want zero risk.
- 01
Get a free access key. Sign in to splitforms and copy the access key for your form. The Free plan needs no credit card.
- 02
Swap the endpoint. Change the form’s action from https://formspree.io/f/YOUR_ID to https://splitforms.com/api/submit and keep method="POST". Every other field stays the same.
- 03
Keep the honeypot field. Leave the hidden botcheck input empty so real submissions pass spam filtering.
- 04
Send a test submission. Submit the form once, confirm it lands in your splitforms dashboard and inbox, then retire the old Formspree form ID. Most migrations take 10–15 minutes.
<form action="https://splitforms.com/api/submit" method="POST">
<input type="hidden" name="access_key" value="YOUR_ACCESS_KEY" />
<input type="checkbox" name="botcheck" style="display:none" tabindex="-1" />
<input name="name" required />
<input name="email" type="email" required />
<textarea name="message" required></textarea>
<button type="submit">Send</button>
</form>Formspree pricing FAQ
Is Formspree free? What is Formspree's free limit?
Formspree's free plan allows 50 submissions per month with unlimited forms/projects and 30-day submission history. Paid plans start at $10/month (Basic, 1,000 submissions/mo) and rise to $25/month (Plus, 10,000 submissions/mo). Check Formspree's pricing page for live details before buying.
How much does Formspree cost per month?
Formspree's published tiers are Free ($0, 50 submissions/mo, 30-day history), Basic ($10/mo, 1,000 submissions/mo), and Plus ($25/mo, 10,000 submissions/mo). Features such as webhooks, integrations, and autoresponders are gated to paid tiers.
How does splitforms' free plan compare to Formspree's?
splitforms includes 200 submissions total free — 10 times Formspree's 50/month — across unlimited forms, with a searchable dashboard and owner email notifications on every plan, and no credit card required.
What does splitforms cost after the free plan?
Pro is $5/month for 5,000 submissions with CSV/XML/PDF export, HMAC-signed webhooks, integrations, and an auto-responder. Pro is $5/month for 5,000 submissions with CC/BCC and priority support. A 3-Year plan is $59 for the first 3 years, then $59/year, for 15,000 submissions/month. Business (unlimited) is available by emailing [email protected].
I hit Formspree's 'This form has reached its submission limit' error — what do I do?
That message means the form crossed the 50/month free cap. You can upgrade Formspree to a paid tier, or switch the form's action URL to splitforms and get 200 free submissions total — a one-line change that takes most teams 10–15 minutes.
When is Formspree a good fit?
Formspree is a good fit when a non-technical marketing team already runs on its dashboard, you rely on its integrations marketplace and pre-built UI components, or your forms stay well under 50 submissions a month.
When is splitforms a better Formspree alternative?
splitforms is better when you want more free submission headroom (500 vs 50/mo), signed webhooks and native integrations from the $5 Pro plan, an AI spam classifier on top of honeypot, an open API and MCP server on every plan, and a $59 3-Year plan that removes monthly billing.
How do I move a Formspree form to splitforms?
Point your form’s action at https://splitforms.com/api/submit with method="POST" and a hidden access_key input that identifies your form. Multipart submissions and file fields are supported, and you can also submit as fetch/JSON from React, Next.js, or any frontend.
Try splitforms instead of Formspree.
Move your Formspree form in one line, then send up to 200 submissions total free — unlimited forms, no credit card required.