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.
Static website contact form
Add a working contact form to any static website. Portfolios, brochure sites, docs, and marketing pages can collect enquiries without a custom server.
Deploy static HTML anywhere. Formgrid handles the submissions. Free to start.
Free plan to start. No credit card required.
Static websites ship fast HTML and CSS, but browsers still need a destination for form POST requests.
Keep your site static. Formgrid receives the POST, stores the submission, and turns it into a tracked lead.
Use GitHub Pages, Netlify, Cloudflare Pages, Vercel static output, or object storage with the same endpoint.
Skip Express routes and serverless functions when all you need is reliable lead capture.
Get structured notifications and optional Google Sheets sync for every enquiry.
Move submissions through New, Contacted, and Converted with notes and reminders.
Create a Formgrid form, point your HTML form action at it, deploy, and manage leads.
Sign up free and create a form in the Formgrid dashboard.
Set method="POST" and action to your Formgrid endpoint URL.
Publish static HTML as usual. No backend deploy is required.
Receive email alerts and track follow-up in the pipeline.
Formgrid goes beyond inbox forwarding so marketing sites and developer portfolios can manage real enquiries.
Point a standard HTML form at your Formgrid endpoint. Field names map directly to the submission dashboard.
<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 message</button>
</form>
Replace your-form-id with the form ID from your Formgrid dashboard.
What Is Included
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
New, Contacted, and Converted stages in one dashboard. See active enquiries and conversion rate without counting manually or adding a separate CRM.
Google Sheets sync
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.
Email notifications
Every form submission triggers a clean, formatted email with the full enquiry details. No raw data dumps in the inbox.
Follow up reminders
Set a follow up date on any lead and get an email reminder with the lead details and your notes on that date.
Know exactly which channel sent each submission. Google, Instagram, referrals, and paid ads are captured automatically on every form post.
Honeypot fields and rate limiting are built in automatically. Your form stays protected from bots without extra configuration.
Create a free Formgrid endpoint and start collecting enquiries from your live site today.
Start FreePoint your static website form at Formgrid and manage every submission as a tracked lead.
Create your free form backendWhether 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