How to Connect Webflow Forms to Form2Lead
Step-by-step developer instructions for Webflow applications.
How do you send Webflow form submissions to Form2Lead?
Point your native Webflow form action at a Form2Lead endpoint to get email alerts to any address, spam filtering, CSV export, and webhook routing.
Why use Form2Lead with Webflow?
Webflow’s native form handling stops at one thing: every submission sends exactly one notification email to the site owner. There is no multi-recipient routing, no autoresponders, and no submission storage beyond Webflow’s own dashboard — anything beyond that requires a third-party tool. Form2Lead is that tool without a middleware subscription: paste a Form2Lead endpoint into the Form Action field and your Webflow form gains honeypot spam blocking, a searchable lead inbox, instant email alerts, one-click CSV export, and HMAC-signed webhooks — no Zapier step in the middle and no custom code in the Designer.
Prerequisites
- ✔A Webflow site with a form
- ✔A Form2Lead account
Step-by-Step Integration Guide
01. Find Webflow’s Form Action Setting
Open your site in the Webflow Designer, select the Form Block, and expand Form Settings in the right-hand panel. You will find an Action field (empty by default — Webflow handles submissions itself until you set it) and a Method dropdown.
02. Paste Your Form2Lead Endpoint
Create a form in your Form2Lead dashboard and copy its submission URL (`https://form2lead.com/api/v1/f/YOUR_FORM_ID`). Paste it into the Action field and keep Method set to POST. From now on every submission goes to Form2Lead instead of Webflow’s built-in email handler.
03. Add the Honeypot Field (recommended)
In Form Settings → Fields, add a plain text field, rename it to `_gotcha`, then hide it with custom CSS (`.w-form ._gotcha { display: none !important; }`). Bots fill it; humans never see it, and Form2Lead silently rejects their submissions before they reach your inbox.
04. Lock Down Allowed Domains
In your Form2Lead form settings, add your Webflow domain (for example `mysite.webflow.io` or your custom domain) to Allowed Domains so only your site can post to the endpoint and no one else can burn your quota.
05. Test and Choose a Success Behavior
Publish the site and submit a test lead — an email notification arrives within seconds and the submission is stored in your Form2Lead inbox. Configure a redirect to your Webflow thank-you page, or submit via AJAX with an `Accept: application/json` header for inline success messages.
06. Route Submissions After Capture
Every submission lands in your searchable dashboard where you can inspect the raw payload, download leads as CSV, and fire outbound webhooks — so one Webflow form can feed your CRM, a Google Sheets import, or any internal endpoint without another SaaS in between.
Webflow Integration FAQ
Can Webflow forms send to multiple email addresses?
Not natively. Webflow sends exactly one notification email to the site owner and offers no recipient routing. With Form2Lead, notifications go to your team inbox, and outbound webhooks let you fan each submission out to CRMs, automation tools, or internal endpoints.
Does this replace Zapier for Webflow forms?
Yes. Form2Lead handles the email alerts, spam filtering, storage, CSV export, and webhook delivery that people usually stitch together with Zapier — with no per-task automation fees and no connector sitting between Webflow and your inbox.
Where are Webflow form submissions stored?
Natively, only in Webflow’s own dashboard, with no searchable history beyond it. When your form action points at Form2Lead, every submission is also stored in your Form2Lead inbox for your plan’s full retention window (14 days on Basic, 30 on Starter, 120 on Growth) and is exportable to CSV at any time.
Can I stop Webflow form spam?
Yes. Native Webflow forms have no spam filtering, so bot submissions flood the single notification inbox. Form2Lead filters them server-side with an invisible honeypot field plus IP rate limiting — no puzzles for real visitors and nothing extra to install in Webflow.
Why use Form2Lead instead of native Webflow forms?
Native Webflow forms stop at one notification email and the Webflow dashboard. Form2Lead adds a searchable lead inbox, instant email alerts, honeypot spam blocking, one-click CSV export, and signed outbound webhooks — all from the same Form Action field you already have.
Do I need to write custom code in Webflow?
No. You paste a URL into the Form Action field and keep Method set to POST. The honeypot is a normal hidden input configured in the Designer, and everything else — spam filtering, email delivery, storage, exports, webhooks — happens on the Form2Lead side.