Confirmation Email - Alekseon/magento2-widget-forms GitHub Wiki

Email Confirmation functionality is added by package: magento2-custom-forms-email-notification

For each form You can set confirmation email send to customer after submition in Confirmation email tab on form edit page.
This configuration is available only if Can use as frontend widget is set to yes.

  • Send confirmation Email to customer - email will be send only if this is yes
  • Email field - select field contaning customer email, all form Text Fields are on this list.
  • Sender
  • Template - email template, you can find below more informations about creating custom templates.
  • Copy To - comma-separated emails list.

Email Template

By default email template contains message:

Thank you for getting in touch!.

Its easy to create own email template under:
Marketing -> Communications -> Email Templates

You can find more informations about Mageto Email Templates here: https://developer.adobe.com/commerce/frontend-core/guide/templates/email/

After You have created custom template, you can us Template Variables to use form values in email content.

Notice

Email sending is disabled when the Magento_CustomerSampleData module is installed. Read more here.

⚠️ **GitHub.com Fallback** ⚠️