Yes, it's absolutely possible to have two forms on a Webflow site, each submitting to different email recipients. Webflow natively sends form submissions to a single address per project, but you can work around this using custom form actions or third-party tools.
- Webflow by default sends all form submissions to the same email address defined under Project Settings > Forms.
- You cannot set different recipients per form using built-in settings alone.
To send each form to a different person, you'll need to bypass Webflow's default form handling:
- Go to each Form Element in the Designer.
- In the Form Settings (Element Settings panel), set the Form Action field to a custom endpoint (e.g., a Make/Integromat or Zapier webhook URL).
- Set the Method to
POST
.
You can then:
- Create separate Make (Integromat), Zapier, or Formspree endpoints for each form.
- Configure each tool to send the form data to different email addresses based on the webhook used.
If you only need to email specific recipients:
- Go to formspree.io and sign up.
- Set up one endpoint for each recipient.
- Paste each unique Formspree action URL into each form's Action field in Webflow.
- Remember to remove the native Webflow form action and disable "Collect submissions" in project settings if you're using only third-party providers.
- If you add a custom form action, Webflow will not capture the submission in its dashboard or trigger project-level form emails.
- Make sure you’re fine managing submissions through the third-party platform instead.
Summary
While Webflow doesn’t natively support sending different forms to different recipients, you can do this by using custom form actions that point to third-party services like Make, Zapier, or Formspree. Each form can then be routed to a different email address depending on the setup.