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