How can I direct form submissions to different email addresses in Webflow?

TL;DR
  • Use Webflow's default form settings to set a single email address for submissions.
  • Utilize Zapier to create conditional logic for directing submissions to different emails based on form data.
  • Use Integromat to build scenarios with conditional routers for email routing.
  • Add custom JavaScript code if dynamic adjustments are needed for submissions.

To direct form submissions to different email addresses in Webflow, you need to use a combination of Webflow’s default form settings and third-party tools like Zapier or Integromat.

1. Using Webflow’s Default Form Settings

  • Webflow only allows setting one default email address for form submissions within Project Settings.
  • Go to Project Settings, then navigate to the Forms tab.
  • Ensure your primary site email is set here for general submissions.

2. Using Conditional Logic with Zapier

  • Set up a Zapier account if you haven’t already.
  • Create a Zap to connect Webflow forms with email services like Gmail or Mailchimp.
  • Use Zapier filters to apply logic that determines which email address to send the submission based on form field data (e.g., dropdown choices).

3. Using Integromat (Make)

  • Sign in to Integromat and create a new scenario.
  • Select Webflow as the trigger module to capture form submissions.
  • Add conditional routers in the scenario to split the data flow based on criteria from form submissions.
  • Connect the appropriate email services to each router branch to send emails to different addresses.

4. Add Custom Code if Necessary

  • Use custom JavaScript to modify form action parameters if your logic requires dynamic adjustments before sending data to third-party services.

Summary

Directing form submissions to various email addresses in Webflow requires external tools like Zapier or Integromat to enable conditional logic routes. You can select the email recipients based on form responses, bypassing the default single-email setting in Webflow.

Rate this answer

Other Webflow Questions