Alternatives / Netlify Forms

Netlify Forms alternative for any host

Netlify Forms is convenient if your site already lives on Netlify. Submissions go through Netlify’s platform and stay tied to that host.

FormBeam is a host-independent form backend. Point any HTML form at an endpoint and get email notifications, a searchable dashboard, spam filtering, and optional auto-replies. Free plan includes 100 submissions per month.

If you move off Netlify, or you never wanted forms locked to one host, swap the form action to FormBeam.

TL;DR

  • Works on Cloudflare, Fly, Vercel, GitHub Pages, S3, or anywhere that can POST a form
  • 100 free submissions per month
  • Email + searchable dashboard + optional auto-replies
  • Spam filtering that does not burn your quota
  • No Netlify account required
  • No webhooks, Sheets, or Slack routing yet

Why people look for a Netlify Forms alternative

Netlify Forms is fine when everything is already on Netlify. People look for alternatives when:

  • They leave Netlify for another host and the forms stop being free baggage.
  • They want form handling that is not mixed into hosting credits or plan limits.
  • They want a dedicated dashboard and auto-replies without living inside the Netlify UI.
  • They run multi-host setups (marketing on one platform, app on another).

Pricing and free allowances for Netlify Forms have changed over time (legacy per-site caps vs credit-based plans). Always check Netlify’s current docs for your account type.

Quick comparison

Numbers checked August 2026. Verify current limits on each service before choosing.

FormBeamNetlify Forms
Host requirementAny hostNetlify only
Free submissions100 per monthVaries by plan era (legacy often 100/site; credits may differ)
First paid path$9 for 1,000/monthTied to Netlify plan / credits
DashboardSearchable FormBeam dashboardNetlify UI
Auto-repliesYesLimited / not the main pitch
Spam protectionHoneypot + filters (spam does not count)Built-in on Netlify
File uploadsIncluded in emailsSupported on Netlify Forms
Webhooks / integrationsNot yetVia Netlify ecosystem
Vendor lock-in for formsLow (change action URL)High (forms only work on Netlify deploys)
Where FormBeam is stronger
  • Works the same if you leave Netlify tomorrow.
  • Simple monthly submission pricing that is not mixed into hosting credits.
  • Optional auto-replies and a focused submissions dashboard.
  • Spam that is filtered does not count toward your FormBeam allowance.
Where Netlify Forms is stronger
  • Zero extra vendor if you are all-in on Netlify already.
  • Forms ship with the same deploy pipeline as the site.
  • No separate form account for a tiny personal site on Netlify Free.
  • Deep Netlify ecosystem integrations when that is already your stack.
Who should switch
  • You are migrating off Netlify or multi-hosting.
  • You want forms priced and managed separately from hosting.
  • You want email + dashboard + auto-reply without Netlify UI dependency.
Who should stay with Netlify Forms
  • The site is staying on Netlify long term.
  • You are happy with Netlify’s form limits and UI.
  • You do not want another third-party service.

Who should not use FormBeam (yet)

FormBeam is a focused form backend. It does not replace:

  • Full form builders (Typeform, Tally, etc.)
  • Outbound webhooks or CRM pushes today
  • Self-hosting or HIPAA-level compliance

If you need those things right now, FormBeam is not the right fit.

How to switch from Netlify Forms to FormBeam

Netlify Forms usually use a netlify attribute or form name on a Netlify deploy. FormBeam uses a normal action URL on any host.

1Sign up and create a form
Free account, no card. Copy the endpoint from the dashboard.
2Update the form markup

Before (typical Netlify Forms markup)

<form name="contact" method="POST" data-netlify="true">
<input type="hidden" name="form-name" value="contact" />
<input type="email" name="email" required />
<textarea name="message" required></textarea>
<button type="submit">Send</button>
</form>

After (FormBeam on any host)

<form action="https://api.formbeam.io/f/your-form-slug" method="POST">
<input type="email" name="email" required />
<textarea name="message" required></textarea>
<!-- honeypot for spam (hide with CSS) -->
<input type="text" name="honeypot" tabindex="-1" autocomplete="off" />
<button type="submit">Send</button>
</form>
3Submit a test entry

You should see it in email and in the FormBeam dashboard. Keep your field names and styles; only the backend target changes.

Pricing snapshot

FormBeam
  • Free: 100 submissions/month, 2 forms
  • Starter: $9/month, 1,000 submissions, 5 forms
  • Growth: $14/month, 2,500 submissions, 10 forms
  • Pro: $29/month, 5,000 submissions, unlimited forms
  • Overage: $0.018 per extra submission

Full table: /pricing

Netlify Forms (for reference)
  • Legacy free accounts often listed ~100 form submissions per site per month
  • Newer credit-based plans may treat forms differently (sometimes unlimited within credits)
  • Forms only process on Netlify-hosted deploys
  • Always verify on Netlify pricing and Forms docs for your plan

Always check the official pricing pages. Plans change.

FAQ

What is the best Netlify Forms alternative?

If you need host portability, FormBeam is a strong option: one endpoint, email, dashboard, and optional auto-replies. If you are staying on Netlify forever, built-in Forms may still be enough.

Do Netlify Forms work outside Netlify?

No. Netlify Forms are processed as part of Netlify hosting. Host elsewhere and you need a different form backend.

How many free submissions does FormBeam include?

100 per month on the free plan, with 2 forms. No credit card required.

Can I keep my existing form HTML?

Mostly. Remove Netlify-specific attributes and point action to your FormBeam endpoint. Keep your fields and styles.

Does FormBeam support webhooks?

Not yet. Submissions go to email and the dashboard.

Will spam count against my FormBeam limit?

Filtered spam does not count toward your monthly submission allowance.

Related: all alternatives · Formspree · Netlify Forms · Web3Forms · Basin · getting started · pricing.

Ship your contact form without a backend

One form action URL. Accepted submissions are saved first. Email, spam filtering, auto-reply, and a dashboard. Free to start.

No credit card. Upgrade only when you need more volume.