You can disable email notifications for a specific Webflow form by removing the notification settings, while still capturing submissions if needed. Here's how to do it:
- Go to Webflow Designer and select the form you want to modify.
- Note the Form Name (found in the Settings panel), as this is how forms are distinguished in Webflow Settings.
- Go to Project Settings > Forms tab.
- Scroll to find the specific form by its Form Name.
- Under Form Notification Settings, remove the email addresses listed.
- This stops Webflow from sending any notification emails when that specific form is submitted.
3. Optional: Disable Submission Storage (if using external redirect only)
- If you don’t need Webflow to store submissions for that form:
- In the Form settings in Designer, set a Form Action URL that points directly to your external booking page.
- This method bypasses Webflow's form handling entirely—no email, no Webflow submission storage.
- Note: You’ll need your external system to process the submission if you use this method.
4. Set Redirect After Submission
- If you're keeping the form inside Webflow:
- In the Form Block settings, under Redirect URL, add the URL of your external booking page.
- The form will submit to Webflow (collecting data if needed) and then redirect the user.
Summary
To prevent email notifications for a specific Webflow form, remove the notification emails under Project Settings > Forms for that form name. For full bypass (no email, no storage), set an action URL that submits the form elsewhere.