How can I send the submitted sales enquiry form to different email addresses based on the product type selected by the client in Webflow?

Published on
September 22, 2023

To send the submitted sales enquiry form to different email addresses based on the product type selected by the client in Webflow, you can follow these steps:

  1. Create a Form - First, you need to create a form on your Webflow site that includes a field for the client to select the product type and the other necessary fields for the enquiry.

  2. Set up Form Submission - Once you have created the form, you need to set up the form submission so that it triggers an action when it is submitted.

  3. Add Custom Code - In the Webflow Designer, go to the page where your form is located and select the form element. In the right panel, click on "Settings" and then "Form Settings." Here you will find an option to add custom code.

  4. Write JavaScript - In the custom code editor, write JavaScript that listens for the form submission and extracts the selected product type. Based on the extracted product type, you can set up conditional statements that determine which email address the form submission should be sent to.

  5. Set up Email Notifications - To send the form submission to different email addresses, you can use an email service or an SMTP integration. Configure the email service or SMTP settings to send an email to the appropriate email address based on the product type selected.

  6. Test and Publish - Make sure to thoroughly test the form to ensure that the form submissions are being sent to the correct email addresses based on the product type selected. Once you have confirmed that everything is working as expected, publish your Webflow site to make the changes live.

By following these steps, you can ensure that the submitted sales enquiry form is routed to different email addresses based on the product type selected by the client in Webflow.

Additional Questions:

  1. How do I create a custom form in Webflow?
  2. Can I use Zapier to handle form submissions in Webflow?
  3. What are some other ways to customize form submissions in Webflow?