Free form backend: what you actually get (and the limits)
A clear-eyed look at free form backends — what's genuinely free, where the limits bite, and how to choose one you won't have to migrate off in a month.
"Free" in SaaS almost always means "free up to a point." Form backends are no exception. The question is not whether there are limits — there always are — but whether the specific limits will bite you, and what happens when they do.
This guide gives you a clear picture of what free form backends typically offer, which limitations matter most, what to check before you commit, and what Formcrest's free tier actually includes.
What "free" typically means for form backends
Free tiers on form backends generally follow a predictable pattern. Understanding it helps you evaluate any service quickly.
Submission caps
Most free plans allow a fixed number of submissions per month. What varies is how that cap is enforced. Some services queue submissions and deliver the oldest ones at the start of the next billing period. Others simply reject submissions beyond the cap — the visitor clicks Submit, gets an error or a blank page, and the message is lost.
The reject-on-cap behaviour is the more common and more dangerous one. If your form goes on a page that gets unexpected traffic — a press mention, a social media post, a Product Hunt launch — you could lose real enquiries without knowing it until someone tells you they sent a message and heard nothing back.
Verify exactly what happens at the cap before relying on any free form backend for anything important.
One destination email
Nearly every free plan restricts you to a single destination email address. This is fine for a personal project. For a small business where you want sales enquiries going to one inbox and support queries going to another, it means a paid plan.
Branding on redirects and emails
Free plans commonly add the service's branding to the thank-you page visitors see after submission and sometimes to the notification emails you receive. If your form lives on a client's site or a professional portfolio, branded redirects undermine the polish of the experience.
Some services let you set a custom success redirect URL even on the free plan — which sidesteps the branded thank-you page entirely. Check for this; it makes a meaningful difference.
Limited or no integrations
Webhooks, Zapier connections, Slack notifications, and other downstream integrations are typically paid features. On the free plan, you receive email notifications and can view submissions in a dashboard.
Reduced retention
Free plans often keep submission data for a shorter window — 30 days is common. After that, submissions may be deleted from the dashboard. This matters if you want to refer back to old messages or build a searchable archive.
No file uploads
File upload support is nearly always a paid feature.
What to verify before committing to a free plan
Before building a production form on a free tier, confirm:
- What happens at the submission cap? Rejected outright, or queued? If rejected, the visitor sees an error and the message is lost.
- Does spam count toward the quota? If yes, a bot attack can silently exhaust your monthly allowance.
- What is the retention window? If you do not check the dashboard for two months, will submissions still be there?
- What is the upgrade path? A plan you will have to migrate off in three months costs more in time than a paid tier that fits from day one.
What Formcrest's free plan actually includes
Formcrest's free plan is designed to be genuinely useful for real projects, not a crippleware preview. Here is exactly what you get:
500 submissions per month. This resets at the start of each billing month. For a personal site, portfolio, or small business with light traffic, 500 submissions per month is more than enough. A form that converts at 2% on a page getting 1,000 visitors per month generates roughly 20 submissions — well within the free tier.
1 destination email. Submissions are delivered to one verified email address of your choice. You can change which email that is at any time; you just need to re-verify the new address.
Honeypot and Cloudflare Turnstile spam filtering. Both are included on the free plan. The honeypot (_honey field) catches the majority of automated bots silently. Turnstile — Cloudflare's privacy-friendly CAPTCHA alternative — is opt-in per form and available at no extra cost on the free tier. Critically, spam-flagged submissions do not count toward your 500/month quota, so a bot attack does not consume your allowance.
Custom success and error redirects. You can configure exactly where visitors land after a successful submission (or after an error), even on the free plan. No Formcrest branding on redirects.
30-day submission retention. Submissions are stored in the dashboard for 30 days. You can review, search, and export them during that window.
CSV export. Available on the free plan. Download all your submissions whenever you need a copy — useful for regular backups, migration prep, or sharing with someone who needs the data outside the dashboard.
No credit card required. The free plan starts without a payment method. The 14-day Pro trial also requires no credit card — it reverts automatically to the free plan when the trial ends.
For full details, see the pricing page.
When the free plan stops being enough
The free plan is the right starting point for most projects. Here are the signals that you have outgrown it:
You need a second destination email. The moment you want submissions going to two different inboxes — a sales address and an admin address, or two people on a team — you need Pro. Pro includes 15 destination emails (plus stackable top-ups of 20 more for €5/month each).
You are approaching or exceeding 500 submissions per month. Upgrade before you hit the cap, not after. Check your dashboard's submission count mid-month if your traffic is variable.
You need to keep submissions longer than 30 days. Pro extends retention to 90 days; Agency keeps submissions indefinitely.
You need file uploads. Visitors who need to attach a document or image require Pro (25 MB per file) or Agency (100 MB per file).
You need webhooks. If you want submissions forwarded to a CRM, a Slack channel, or a custom endpoint, webhooks are a Pro feature.
How Formcrest compares to other free tiers
Not all free form backends are equally useful. Some offer unlimited submissions on the free plan but lock Turnstile spam protection behind a paid tier — meaning a spam attack on a free account can consume your entire quota and leave your form unprotected. Others do not include CSV export on the free tier, which means you cannot get your own data out without paying.
Formcrest's free tier includes both Turnstile and CSV export. Spam submissions do not count toward the 500/month cap. And custom redirects are available without upgrading — so there is no forced Formcrest branding on your visitors' experience.
For a direct comparison of how Formcrest's free tier stacks up against a popular alternative, see Formcrest vs web3forms.
Start with Formcrest's free plan — no credit card required. If you want to evaluate Pro features first, the 14-day trial gives you access to multiple destination emails, webhooks, file uploads, and 90-day retention before you commit.
FAQ
Do spam submissions count toward the 500/month free quota?
No. Spam-flagged submissions — caught by the honeypot or Turnstile — are stored in the dashboard for review but never count against your monthly quota. Only accepted, legitimate submissions count.
What happens when I hit the 500/month limit on the free plan?
Once the quota is reached, additional submissions for that calendar month are not accepted until the quota resets at the start of the next billing period. To avoid this, either upgrade your plan or keep an eye on your submission count in the dashboard — especially if a page is getting an unexpected traffic spike.
Is Cloudflare Turnstile really free on the Formcrest free plan?
Yes. Turnstile is available on every Formcrest plan, including the free tier. You need a free Cloudflare account to get a Turnstile site key, but there is no additional Formcrest charge for using it.
Can I export my submissions if I decide to switch services?
Yes. CSV export is available on the free plan. Download your submissions from the dashboard at any time. This is also the recommended step before downgrading to a plan with a shorter retention window, since moving to a shorter-retention plan may permanently delete submissions older than the new window.
Ship your form in minutes
Point any HTML form at Formcrest — validation, spam filtering, and delivery included. Free for 500 submissions a month, no credit card.
Get started freeKeep reading
How to send HTML form data to email (without a backend)
Five ways to send HTML form submissions straight to your email — from mailto links to a form backend — with the spam, deliverability, and GDPR tradeoffs of each, plus copy-paste code.
The best Formspree alternatives in 2026
Comparing the top Formspree alternatives for developers — pricing, spam protection, integrations, and EU data residency — to help you pick the right form backend.