This module sends a confirmation email to users after they submit a webform. The submission is saved as a draft until the user clicks a unique confirmation link sent in the email, at which point the draft status is removed.
This module helps in sending confirmation emails to users who create webform submissions. Submissions are saved as draft until the confirmation link is clicked.
How to use:
- Create a webform
- On the webform Emails / Handlers page click Add email confirmation
- Configure it similarly to the default Email notification handler. The [webform_submission:confirmation_link] token contains the confirmation link. Remember to set the destination email address to an email inputted by the user
How it works:
- Any submission created on a webform with this handler will be set as draft
- An email with the confirmation link is sent to the selected email address. Confirmation links look like http://site.com/webform_email_confirmation/a9e2fd42-ad78-11ed-afa1-0242a...
- When a confirmation linked is clicked, the draft flag is removed from the submission
Depends on
Dependencies of the latest stable release
- webform Drupal core
Required by
Tracked projects that depend on this one
No tracked projects depend on this one yet.
Activity
Release Timeline
Releases
| Version | Type | Core | Notes | Release date | |
|---|---|---|---|---|---|
| 1.0.4 | Stable | 9–11 | Fix some issues. | Jul 22, 2026 | |
| 1.0.3 | Stable | 9–11 | Fix redirection after email validation failing with relative URL | Oct 8, 2025 | |
| 1.0.2 | Stable | 8–11 | Fix handler not being able to be disabled. | May 28, 2025 | |
| 1.0.1 | Stable | 8–11 | Fix no confirmation email being sent in a multi-step form or when the Preview page is enabled. | Mar 25, 2025 | |
| 1.0.0 | Stable | 8–11 | The first stable release of the module. | Feb 28, 2025 | |
| 1.0.0-beta3 | Pre-release | 8–11 | Adds the possibility to set confirmation message. | Jan 17, 2025 | |
| 1.0.0-beta2 | Pre-release | 8–11 | Add Drupal 11 compatibility & improve security by adding timestamp & hash to confirmation links. | Dec 27, 2024 | |
| 1.0.x-dev | Dev | 9–11 | Dec 27, 2024 |