Use case, Netlify Forms alternative

Netlify Forms alternative for static sites

A form backend without Netlify: the same POST to URL idea, but your site can live on GitHub Pages, Vercel, Cloudflare Pages, S3, or anywhere you ship HTML. Point the action at Formgrid and you are done.

Works on any host including GitHub Pages, Vercel, and Cloudflare. Used by 300+ developers and teams. No credit card required.

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.

Limitations of Netlify Forms

Formgrid: same simplicity, any hosting

Formgrid is a Netlify Forms alternative where it counts: keep a plain HTML form, set method="POST", and point action at your endpoint. It works on any static site. No lock in to a single platform.

HTML form example

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

Replace your-form-id with the ID from your Formgrid dashboard.

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 Not the primary model Yes—endpoint works from any origin
Static site friendly Yes (on Netlify) Yes (any host)
Setup Easy on Netlify Easy—paste action URL
Drag and drop form builder No Yes (optional)
Vendor lock in for forms Tied to Netlify’s model Use Formgrid where you want; host HTML anywhere
Open source core N/A MIT licensed project

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

Good fits

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.

Switch off Netlify Forms in minutes

Create a Formgrid form, copy the endpoint URL, update your form action, deploy. No new backend repository required.

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