Sends an email notification to specified email addresses when a new submission is received. This email is usually sent to site administrators to monitor form submissions.
The email will list all the submitted fields and their values:
Using the following configuration as an example:
When saved, each email address in the "To Email Addresses" field will receive an email to confirm they want to receive notifications for this form. Email notifications will only be sent after the "Subscribe" button has been clicked from the confirmation email.
The optional "Reply To Input Name" field can be used to set the email's Reply To header. This will allow you to easily reply to the person who triggered the email notification. For the example configuration above, it expects an input with name, email
, in your form:
<input type="email" name="email" />