Web3Forms pricing and free plan limits, compared to splitforms.
Short answer: Web3Forms' free plan allows 250 submissions per month with 30-day submission history, and webhooks, file uploads, and its Submissions API sit behind paid tiers. splitforms doubles the free allowance to 200 submissions total across unlimited forms, keeps history searchable long term, and adds signed webhooks from the $5 Pro plan.
How much does Web3Forms cost?
Web3Forms publishes one free tier plus three paid tiers that scale the monthly submission allowance and the history window. Features like webhooks, file uploads, and the Submissions API unlock on paid plans.
| Web3Forms plan | Price | Submission allowance |
|---|---|---|
| Free | $0 | 250 submissions/mo, 30-day history |
| Starter | See current pricing | 5,000 submissions/mo, 3-month history |
| Pro | See current pricing | 10,000 submissions/mo, 1-year history |
| Agency | See current pricing | 20,000 submissions/mo, 1-year history |
Source note: Web3Forms pricing can change. This page summarizes Web3Forms' official pricing page as checked in July 2026.
Web3Forms pricing vs splitforms pricing: the free-plan gap
Web3Forms' 250/month free tier is one of the more generous in the category — splitforms doubles it to 500 and removes the 30-day history window, so older leads stay searchable instead of expiring.
| Limit | Web3Forms | splitforms |
|---|---|---|
| Free submissions | 250/month | 200 total |
| Free form endpoints | Unlimited forms, unlimited domains | Unlimited forms |
| Free submission history | 30 days | Long-term searchable history |
| Spam protection | Advanced spam protection + hCaptcha | AI classifier + honeypot, time-trap field, rate limits, optional reCAPTCHA v2 |
| Webhooks | Paid tiers | HMAC-signed webhooks from $5 Pro |
| File uploads | Paid tiers | Multipart uploads with Storage connected (5 files × 5 MB) |
| API access | Submissions API is a paid feature | REST API + free MCP server on every plan |
| Long-term plan | None — recurring only | $59 first 3 years, then $59/yr (15,000/mo) |
| Best fit | Simple static-site endpoints under 250/mo | Sites that need more free volume, search history, and AI-agent access |
When Web3Forms is enough — and when it isn't
Web3Forms and splitforms solve the same problem with different limits. Use the checklist below to see which one fits the site you're building today.
- 250 monthly submissions and 30 days of history cover the project.
- You already rely on its hCaptcha, Google Sheets, Notion, or Slack integrations.
- You need its higher paid allowances (up to 20,000 submissions/month).
- You want 200 free submissions total and long-term searchable history.
- You want signed webhooks, exports, and native integrations from $5/month.
- You want an AI spam classifier and an MCP server so AI agents can read submissions.
How to move a Web3Forms form to splitforms
Migration is one URL change plus a key swap. Existing field names, validation, and styling work without modification — keep the old endpoint available until a production test confirms delivery.
- 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://api.web3forms.com/submit to https://splitforms.com/api/submit and keep method="POST". Keep the hidden access_key field — just replace its value.
- 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 Web3Forms access key. Keep the old endpoint live until the production test passes.
<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>Web3Forms pricing FAQ
What does Web3Forms' free plan include?
Web3Forms' free plan includes 250 submissions per month, unlimited forms, unlimited domains, 30 days of submission history, advanced spam protection, hCaptcha integration, and custom redirects. Check Web3Forms' pricing page for live details before buying.
How much does Web3Forms cost?
Web3Forms lists Free (250 submissions/mo, 30-day history) plus Starter, Pro, and Agency paid tiers with 5,000, 10,000, and 20,000 monthly submission allowances and longer history windows (3 months on Starter, 1 year on Pro and Agency). See Web3Forms' site for current prices.
How does splitforms' free plan compare to Web3Forms'?
splitforms doubles the free allowance to 200 submissions total and keeps submissions searchable long term instead of a rolling 30-day window. It also adds an AI spam classifier on top of the honeypot, and an open REST API plus a free MCP server on every plan.
When is Web3Forms a good fit?
Web3Forms is a good fit when 250 monthly submissions and 30 days of history cover the project, or when you already rely on its hCaptcha and paid integrations. Its higher paid allowances (up to 20,000/month) may also fit high-volume projects.
When is splitforms a better Web3Forms alternative?
splitforms is better when you want 200 free submissions total, long-term searchable submission history, AI spam filtering, signed webhooks and native integrations from the $5 Pro plan, and an MCP server so AI agents can read submissions directly.
Does splitforms support webhooks and file uploads like Web3Forms?
Web3Forms gates webhooks and file uploads behind paid tiers. splitforms unlocks HMAC-SHA256 signed webhooks (single delivery attempt, 8-second timeout) on the $5/month Pro plan, and supports multipart file uploads when Storage is connected (5 files per submission at 5 MB each).
What does splitforms cost after the free plan?
Pro is $5/month for 5,000 submissions with CSV/XML/PDF export, 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].
How do I move a Web3Forms form to splitforms?
It is one URL change plus a key swap: change the action URL from https://api.web3forms.com/submit to https://splitforms.com/api/submit and replace the hidden access_key value with your splitforms key. Existing field names, validation, and styling work without modification.
Try splitforms instead of Web3Forms.
Move your Web3Forms form in one line, then send up to 200 submissions total free — unlimited forms, no credit card required.