Netlify Forms alternative

Stuck on Netlify just for forms? Move to any host without rewriting your HTML.

Formgrid is a form backend without Netlify: the same POST to a URL idea, plus a lead pipeline and drag and drop builder. Change one line in your form's action attribute and keep everything else exactly as it is.

Works on GitHub Pages, Vercel, Cloudflare, and Netlify itself. MIT licensed. No credit card on the free tier. 300+ developers and teams managing 800+ leads a month.

See Formgrid in action

Formgrid lead pipeline showing New Contacted Converted stages

Every submission becomes a tracked lead, automatically

Form submissions syncing to Google Sheets automatically

Every submission in Google Sheets within seconds, no Zapier

What You Get With Formgrid

More than Netlify Forms gives you out of the box

Point your form action at Formgrid and keep your static site on any host. You also get a lead pipeline, Google Sheets sync, and follow up reminders that Netlify Forms does not include.

Lead pipeline

Every submission becomes a tracked lead

New, Contacted, and Converted stages in one dashboard. See active enquiries and conversion rate without counting manually or bolting on a separate CRM.

Formgrid lead pipeline showing New Contacted Converted stages
Lead status and pipeline view in the Formgrid dashboard

Google Sheets sync

Every submission in a shared sheet automatically

Each form post appears as a new row in Google Sheets within seconds. Your whole team sees new leads in real time. No Zapier integration required.

Form submissions syncing to Google Sheets automatically

Email notifications

Instant inbox alerts that look professional

Every submission triggers a clean, formatted email with the full enquiry details. No raw data dumps or provider branded notification templates.

Instant email notification for a new form submission

Follow up reminders

Warm leads never go cold

Set a follow up date on any lead and get an email reminder with the lead details and your notes on that date. Built in, not a paid upgrade or Zapier workflow.

Formgrid follow up reminder email with lead details

Works on any host

GitHub Pages, Vercel, Cloudflare Pages, S3, plain HTML, or Netlify itself. Your form layer is independent of where the site is deployed.

Spam Protection

Honeypot fields and rate limiting are built in automatically. Captcha options available without bolting on a separate Netlify function.

Quick Answer

Formgrid is the best Netlify Forms alternative for static sites because it works on any host including GitHub Pages, Vercel, Cloudflare Pages, and plain HTML without requiring Netlify hosting. It includes a drag and drop form builder, a lead pipeline, free captcha protection, and Google Sheets sync at $12 per month. Netlify Forms only works when your site is deployed on Netlify. Formgrid works everywhere.

Why teams look past Netlify Forms

Netlify Forms is a good fit when your whole stack lives on Netlify. Friction shows up when you need Netlify forms on other hosts, or when you outgrow the default workflow. You still need somewhere for submissions to land without rewriting your site around one vendor.

Formgrid is built for the same mental model (POST to an endpoint) while adding shareable forms, a lead pipeline, and a path to full control via Docker when you want it.

Limitations of Netlify Forms

Formgrid: same simplicity, any hosting

Like Netlify Forms, you keep a plain HTML form. Unlike Netlify Forms, you set action to your Formgrid URL and it works from any static site. Or build visually and share a link. No HTML required for internal teams.

HTML form example (drop in and go)

contact.html
<form action="https://formgrid.dev/api/f/your-form-id" method="POST">
  <input type="text" name="name" placeholder="Your name" required />
  <input type="email" name="email" placeholder="Email" required />
  <textarea name="message" placeholder="Message"></textarea>
  <button type="submit">Send</button>
</form>

Replace your-form-id with the ID from your Formgrid dashboard. Remove any data-netlify attributes.

Formgrid vs Netlify Forms (at a glance)

High level view for form backend without Netlify and Netlify forms alternative for static sites searches. Verify current docs on both sides before you migrate.

Topic Netlify Forms Formgrid
Works outside Netlify hosting Yes
Form builder Yes
Lead pipeline Yes
Google Sheets sync Via Zapier / glue Built in
Self hostable Yes (Docker)
Open source Yes (MIT)
Typical paid entry (indicative) Bundle with hosting From $12/mo

Details change over time. Always compare current docs and pricing on both sides before you migrate.

Built for technical teams

Whether you landed here from Netlify Forms alternative or form backend without Netlify, the bar is the same: predictable behavior, clear exports, and no lock in. Formgrid’s hosted product and OSS repo share the same API shape so you can graduate to self hosting when it makes sense.

Explore HTML templates or read more on the blog.

What You Get With Formgrid

More than Netlify Forms gives you out of the box

Switch your form action to Formgrid and keep your existing site exactly as it is. You also get a lead pipeline, Google Sheets sync, and follow up reminders that most form backends charge extra for.

Lead pipeline

Every submission becomes a tracked lead

New, Contacted, and Converted stages in one dashboard. See active enquiries and conversion rate without counting manually or paying for a separate CRM add-on.

Formgrid lead pipeline showing New Contacted Converted stages
Lead status and pipeline view in the Formgrid dashboard

Google Sheets sync

Every submission in a shared sheet automatically

Each form post appears as a new row in Google Sheets within seconds. Your whole team sees new leads in real time. No Zapier integration required.

Form submissions syncing to Google Sheets automatically

Email notifications

Instant inbox alerts that look professional

Every submission triggers a clean, formatted email with the full enquiry details. No raw data dumps or provider-branded notification templates.

Instant email notification for a new form submission

Follow up reminders

Warm leads never go cold

Set a follow up date on any lead and get an email reminder with the lead details and your notes on that date. Built in, not a paid upgrade.

Formgrid follow up reminder email with lead details

UTM Source Tracking

Know exactly which channel sent each submission. Google, Instagram, referrals, and paid ads are captured automatically on every form post.

Spam Protection

Honeypot fields and rate limiting are built in automatically. Your form is protected from bots without any configuration required.

Frequently Asked Questions

Everything you need to know about replacing Netlify Forms with Formgrid.

Formgrid is the best Netlify Forms alternative for static sites because it works on any hosting platform without requiring Netlify. Point your HTML form action attribute at a Formgrid endpoint URL and every submission is received, stored, and forwarded to your email instantly. Works on GitHub Pages, Vercel, Cloudflare Pages, S3, plain HTML servers, and even on Netlify itself if you prefer an independent form layer. No hosting lock in. No Netlify build detection required.
No. Netlify Forms only works when your site is deployed through Netlify. It relies on Netlify's build process to detect forms and process submissions. If your site is hosted on GitHub Pages, Vercel, Cloudflare Pages, or any other platform, Netlify Forms will not work. Formgrid is the alternative: it uses an explicit endpoint URL that works from any origin regardless of where your HTML is hosted.
Formgrid is a free Netlify Forms alternative that works on any hosting platform. The free plan includes 50 submissions per month, unlimited forms, instant email notifications, permanent submission storage, and a full lead pipeline. No credit card required to start. Unlike Netlify Forms which requires Netlify hosting, Formgrid works on GitHub Pages, Vercel, Cloudflare Pages, S3, plain HTML, and anywhere else you can deploy a static site.
Sign up at formgrid.dev, create a new form, and copy your unique endpoint URL from the form details page. Open your HTML file and set the form action attribute to your Formgrid endpoint URL. Set method to POST. Remove any Netlify specific attributes like data-netlify or netlify. Push to GitHub. That is the entire migration. Your form will work on GitHub Pages immediately without any server side code or Netlify involvement.
Yes. Formgrid works on Vercel, Cloudflare Pages, and any other hosting platform exactly the same way it works everywhere else. Point your form action at your Formgrid endpoint URL. Set method to POST. Deploy your site. Every submission is received and processed by Formgrid's servers regardless of where your HTML is hosted. The integration is the same one line change on every platform.
Yes. Formgrid includes a built in lead pipeline that Netlify Forms does not have at any price. Every form submission automatically becomes a tracked lead with a status of New. You move it to Contacted when you reply and to Converted when they become a customer. Add a private note after every conversation. Set a follow up reminder on any lead and Formgrid emails you on that exact date with the details and your notes. Netlify Forms sends submissions to a dashboard and stops there.
Yes. Formgrid is fully open source under the MIT license and self hostable with Docker. Netlify Forms is a closed feature bundled with the Netlify platform. If you need full control of your form data for GDPR compliance, data residency requirements, or audit purposes, run Formgrid on your own server. The self hosted version uses the same API and dashboard as the cloud version. View the source code at github.com/allenarduino/formgrid.
Yes. Formgrid syncs every form submission to a Google Sheet automatically within seconds of submission. No Zapier needed. No additional setup required beyond connecting your Google account in the Integrations tab. Every new submission appears as a new row with all fields clearly labeled as columns. Google Sheets sync is available on the Premium plan at $12 per month. Netlify Forms requires third party integrations or Zapier to achieve the same result.

Migrate from Netlify Forms in one line change

Swap your form action to a Formgrid endpoint, remove data-netlify, and you are live on any host. Keep your static site exactly as it is.

Create free account

Your form builder, lead pipeline, and form backend in one place.

Whether you are sharing a form link on WhatsApp, pointing your HTML form to a Formgrid endpoint, or tracking leads through a built-in pipeline, get it done in 2 minutes.

Start Free. No Credit Card Required