This tutorial explains how to disable the automatic email alerts sent by USP Pro when a post is submitted via the front-end.

Disable globally

By default email alerts are enabled in USP Pro. To disable them, visit the plugin’s Admin settings and disable any of the following settings:

Email Alerts for Admin

  • Submission Alerts
  • Approval Alerts
  • Denied Alerts
  • Scheduled Alerts

Email Alerts for User

  • Submission Alerts
  • Approval Alerts
  • Denied Alerts
  • Scheduled Alerts

These are the default settings for all email alerts, and may be overridden locally (on a per-form basis), as explained next.

Disable locally

As of USP Pro 2.6, you can disable email alerts on any USP Form. To do so, add the following hidden field directly in the form’s content area:

<input name="usp-disable-alerts" value="1" type="hidden">

By setting a field named usp-disable-alerts with a value of 1, we can disable email alerts for that specific form.

Learn more about USP Pro’s email alerts via the links below.

Related