Yes, you can have two different forms on a Webflow site, and each form can notify a different recipient via email, but this requires a workaround, as Webflow’s native form system only supports one notification email address per project.
Here’s how to achieve separate form submissions to different recipients:
In Zapier:
Trigger: Webflow form submission.
Filter: Only continue if Form Name = 'Contact Form' (or any identifier).
Action: Send an email to Recipient A (using Gmail or SendGrid).
Repeat this for the second form and Recipient B.
In Make:
Use Webflow > Watch Form Submission, then use a Router module to create different paths based on the form name.
Add an Email module in each path to send emails to different users.
If you prefer to avoid Zapier/Make, you can use a third-party form backend like:
With these:
To send Webflow forms to different email recipients, use Zapier or another automation tool to route submissions based on form name. Alternatively, switch to third-party form handlers that support multiple recipients. Webflow’s native form system does not support per-form email destinations directly.