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 Zapier, Make (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 Zapier, Make, or Formspree to trigger and send customized email responses based on form data.