React form backend

React Form Backend

Collect form submissions from React apps without building an API. Render a normal HTML form, point the action at Formgrid, and manage leads in the dashboard.

Works with CRA, Vite React, and static React builds. Free to start.

Free plan to start. No credit card required.

Formgrid leads dashboard showing contact form submissions with New, Contacted, and Converted stages

Why React frontends still need a form backend

React handles UI state well. It does not give you storage, email delivery, or spam protection for contact forms by itself.

How Formgrid works with React

Keep building components in React. Use a standard form element with a Formgrid action URL so submissions become tracked leads.

No custom API required

Skip Express routes and serverless handlers when all you need is lead capture.

Plain HTML forms in JSX

Use method="POST" and action on a form element inside your React component.

Email and Sheets

Get structured notifications and optional Google Sheets sync for every enquiry.

Lead pipeline

Move submissions through New, Contacted, and Converted with notes and reminders.

Connect a React form in four steps

Create a Formgrid form, drop the endpoint into your React form action, deploy, and manage leads.

  1. Create a form

    Sign up free and create a form in the Formgrid dashboard.

  2. Point the action

    Set method="POST" and action on the form in your React component.

  3. Deploy the frontend

    Ship your React build as usual. No form API deploy is required.

  4. Manage leads

    Receive email alerts and track follow-up in the pipeline.

Features for static site forms

Formgrid goes beyond inbox forwarding so marketing sites and developer portfolios can manage real enquiries.

Email notifications
Google Sheets sync
Lead pipeline
Follow-up reminders
Spam protection
File uploads
UTM tracking

Example integration

Point a standard HTML form at your Formgrid endpoint. Field names map directly to the submission dashboard.

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

Use a real form element with action and method. Replace your-form-id with the ID from your Formgrid dashboard.

What Is Included

Everything included in your form backend

Point your HTML form at Formgrid and get the full stack behind every submission. Each row below shows what lands in your dashboard, inbox, and shared tools.

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 adding a separate CRM.

Formgrid leads dashboard showing contact form submissions with New Contacted and Converted stages
Formgrid lead pipeline showing New Contacted Converted stages

Google Sheets sync

Every lead lands in a shared sheet, live

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

Form submissions syncing to Google Sheets automatically

Email notifications

Never miss a submission

Every form submission triggers a clean, formatted email with the full enquiry details. No raw data dumps in the inbox.

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.

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 stays protected from bots without extra configuration.

Frequently asked questions

React can control the UI, but storing submissions and sending email needs a backend. Formgrid provides that endpoint.
No. A normal form submit to your Formgrid action URL works. You can add JavaScript later for UX if you want.
Yes. Any React build that outputs a page with an HTML form can post to Formgrid.
No. Your React site can stay static. Formgrid handles the server side of submissions.
Yes. Enable file uploads on the Formgrid form and include a file input in your JSX form.

Add a form backend to your React app

Create a free Formgrid endpoint and start collecting React form submissions today.

Start Free

Create your free form backend

Point your React form at Formgrid and manage every submission as a tracked lead.

Create your free form backend

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