HTML form to email

HTML Form to Email

Send HTML form submissions to email without PHP mail scripts or SMTP servers. Point your form at Formgrid and get structured notifications for every enquiry.

Email alerts plus a lead dashboard. 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 HTML form to email is harder than it looks

Browsers cannot email your inbox directly in a reliable way. You need a backend that accepts the form and delivers notifications.

How Formgrid delivers HTML form submissions by email

Formgrid receives the POST, stores the submission, and can email your team with the fields preserved. You also get a pipeline for follow-up.

Email notifications

Get alerted when someone submits, with structured field data instead of opaque blobs.

No SMTP on your host

Skip PHP mail scripts and mail server configuration on static or Jamstack hosts.

Dashboard storage

Every submission is saved so replies and handoffs do not depend on one inbox.

Sheets and reminders

Optional Google Sheets sync and follow-up reminders keep enquiries moving.

Route an HTML form to email in four steps

Create a Formgrid form, point the HTML action at it, enable notifications, and manage leads.

  1. Create a form

    Create a Formgrid form and copy the endpoint URL.

  2. Point the action

    Set your HTML form action to Formgrid with method="POST".

  3. Get email alerts

    Formgrid emails your team when submissions arrive.

  4. Manage leads

    Track status in the pipeline and sync to Sheets if needed.

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.

contact.html
<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>

Replace your-form-id with your form ID from the 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

Yes. Point the form at Formgrid. Formgrid accepts the submission and can email your team without PHP on your host.
No. Formgrid stores submissions in a dashboard with lead statuses, notes, and follow-up reminders in addition to email alerts.
No. You do not configure SMTP on your static host. Formgrid handles notification delivery.
Yes. Route notifications to the addresses your team uses, while still keeping one shared lead record.
Yes. Connect Google Sheets so submissions appear in a spreadsheet alongside email alerts.

Send HTML form submissions to email the modern way

Create a free Formgrid endpoint and stop relying on mailto: or fragile mail scripts.

Start Free

Create your free form backend

Point your HTML form at Formgrid for email alerts and a proper lead pipeline.

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