Can Webflow send a custom email to the user who submits a form on the website?

TL;DR
  • Webflow doesn't support confirmation emails to users, so use tools like Zapier, Make, or Formspree to trigger and send custom emails after form submissions.  
  • Integrate using webhooks or custom form actions, ensuring the form collects user emails and email templates are set up in the automation tool.

Webflow does not support sending custom confirmation emails natively to form submitters, but there are workarounds using third-party tools.

1. Webflow’s Built-In Limitations

  • Webflow only sends a notification email to specified internal addresses (e.g., site owner) when a form is submitted.
  • It does not send confirmation emails or autoresponders to the person who filled out the form.

2. Use a Third-Party Automation Tool

To send custom emails to form submitters, integrate a tool like ZapierMake (Integromat), or Formspree.

  • Zapier Example:
  • Trigger: Webflow form submission.
  • Action: Send email using Gmail, MailerSend, or another email service.
  • You can customize email content using form field variables (e.g., user's name or email).

  • Formspree:
  • Replace Webflow’s built-in form action with Formspree’s POST URL.
  • Enable Formspree's Autoresponder feature to send a custom message to the submitter.

  • Make.com (formerly Integromat):
  • Similar to Zapier. Use a Webhook to capture the form submission and pass it to email services like SendGrid.

3. How to Connect These Services

  • Set up a custom form action or embed a webhook in your project that sends data to the third-party automation.
  • Make sure your form collects the user’s email address in a dedicated field (e.g., email).
  • Customize your email template within the automation platform.

Summary

Webflow can’t natively send custom emails to users after form submissions. Use tools like ZapierMake, or Formspree to trigger and send customized email responses based on form data.

Rate this answer

Other Webflow Questions