How can I set it up so that form field entries in Webflow appear in the notification email for my client?

Published on
September 22, 2023

To set up form field entries in Webflow to appear in the notification email for your client, you can follow these steps:

  1. Create a form in Webflow: Start by adding a form to your Webflow project. You can drag and drop the "Form" element onto your desired page. Customize the form fields according to your requirements.

  2. Configure form settings: Once you've added the form, select it and go to the form settings. You can access the form settings in the right-side panel. Here, you can define the action to be performed when the form is submitted.

  3. Set up email notifications: In the form settings panel, under the "Actions" tab, click on the "Add Email Notification" button. This will allow you to send a notification email whenever the form is submitted.

  4. Enter recipient details: In the email notification settings, you'll need to specify the recipient's email address. This is where the notification email will be sent to. You can either enter a static email address or use a dynamic parameter to retrieve it from the form submission.

  5. Configure email content: Customize the email content by editing the subject line and body text. You can also include the form fields in the email body so that the client can see the submitted data.

  6. Add form fields to email: To include form field entries in the email, use double curly brackets {{ }} followed by the name attribute of the form field. For example, if you have a field with the name attribute "name," you can include it in the email body as {{name}}.

  7. Test the form: After configuring the email notifications, it's important to test the form to ensure everything is working as expected. Submit the form and check if the notification email is received with the form field entries.

By following these steps, you can set up form field entries in Webflow to appear in the notification email for your client. This will provide a seamless and efficient way to share submitted form data with your clients.

Additional Questions:

  • How do I create a form in Webflow?
  • Can I customize the design of the form fields in Webflow?
  • How can I export the form submissions in Webflow for further analysis?