If your Webflow form “submits” but you never get the email — or it doesn’t submit at all — it’s usually one of these: missing Webflow form block, wrong settings, broken email notifications, custom code breaking the submit, or spam/filtering issues. This page fixes it step-by-step.
Pro rule: if it works on preview but fails live (or vice versa), it’s almost always scripts, settings, or caching.
Usually JS errors, missing required fields, or the submit button isn’t inside the form.
Usually notifications not configured, spam filtering, or using the wrong receiving address.
Usually multiple forms with same name, embed overrides, or you’re testing on the wrong domain.
Usually third-party scripts, heavy animations, or slow mobile devices timing out.
Submit the form on your live domain, then check Webflow: Project Settings → Forms → Form submissions. If submissions appear there but emails don’t, the issue is deliverability/notifications.
In Webflow, you need the actual Form Block element. If you only used inputs in a div, it won’t create submissions in Webflow.
The submit button must be inside the form element. If it’s outside, clicking it won’t submit.
Test on the actual published URL. Preview mode and staging domains can behave differently.
Webflow uses notification emails for delivery. Set the correct inbox and test again.
If submissions show inside Webflow but emails don’t arrive, it’s spam filtering or inbox routing.
Some scripts break submit behavior (especially if they prevent default events). Turn off custom JS, test, then re-enable scripts one by one to find the blocker.
If you have multiple forms, give each a unique name so submissions don’t mix and tracking stays clean.
Gmail often puts form notifications into Promotions/Updates or Spam.
Try a second inbox (like a plain Gmail) to confirm it’s not your email provider filtering.
Use Webflow’s built-in protection and avoid “too easy” forms with no friction.
Some keywords and templates trigger filters. Keep notification subject lines clean.
Always check Webflow submissions first. If it’s there, your form works — you just need better delivery.
If your leads are leaking, we’ll fix form reliability, spam protection, and the full conversion path.