Notifications

Sprout Forms supports personalized Notification Emails. Notifications in Sprout Forms are powered by Sprout Email Notification Emails. You can setup and manage any number of Notifications on the Sprout Forms Notifications tab.

# Email Templates

Sprout Forms provides a Basic Notification Email Template that loops through and displays all default Form Fields.

Learn more about Email Templates and how to customize them.

# Notification Events

Notifications in Sprout Forms are limited to Sprout Forms Notification Events which currently include:

  • When a Sprout Forms Entry is saved

TIP

Manage all of your Notification Emails in one place using Sprout Email. Sprout Forms Notifications will appear alongside Notification Emails for Craft, Craft Commerce, and any other Notification Emails you manage in Sprout Email.

# Personalization

Personalize your Notifications with information from your submitted form using Craft's object syntax. A SproutForms_EntryModel is available to the fields in your Notification settings:

  • Email Recipients
  • Subject
  • Sender Name
  • Sender Email Address (you probably don't want to use this)
  • Reply To Email Address

For example, if you want to send the notification to the person that submitted the form and had a field named email in your form, you could set the _Email Recipients` dynamically using shorthand syntax:

Recipients: {email}

Or full object syntax:

Recipients: {{ object.email }}

# Custom Notification Templates

To override the default HTML used for the Notification email, see the Email Template Overrides documentation.

# Advanced Notifications

If you need to send multiple notifications or want additional control over what triggers your Notifications, consider using Sprout Email and Sprout Forms together.

Last Updated: 11/23/2023, 10:32:53 PM