Gravity Forms Notification Scheduler (2024)

How do I enable this functionality?

After installing and activating Gravity Forms Notification Scheduler, options to schedule notifications will display in a notification’s settings under the Schedule heading.

Navigate to a form’s notification settings.
Edit an existing notification or create a new one.
Adjust the Schedule setting to fit your sending needs.

Feature Details

Delayed Notifications

Notifications can be sent on any interval after the specified event. Select Delay from the Schedule setting and insert any number along with the internal. Gravity Forms Notification Scheduler allows for whole and decimal numbers.

Since Gravity Forms allows forms to contain multiple notifications, you can use this to set up a robust email marketing campaign without the need for additional software or services. To do this, add multiple notifications that send after the form has been submitted and adjust the timing of the notifications to create a drip campaign.

Specific Dates and Times

Scheduling notifications on a specific date and time is a similar process to delayed notifications. This feature is especially useful if you’re using your form to allow members to sign up for a volunteer event, to get updates on an upcoming sale, or to sell concert tickets. Select Date from the Schedule setting and then choose a date and time.

Trigger Notification Using Date Field Values

Notifications can be triggered before or after a date value that’s been submitted in a Date field on the form. Simply add a Date field to the form and the option to schedule notifications based on that date field will appear.

Gravity Forms Notification Scheduler (7)

Since you can send notifications before the submitted date value, do note that if a notification’s determined schedule is a time before the current time, it will be ignored. The notification will not be sent and it will not appear in the Scheduled Notifications list.

For notifications scheduled relative to a Date field, editing the entry and modifying the date will reschedule that notification.

Recurring Notifications

Scheduled notifications can be sent every year, month, week, or day. Check Repeat to activate and choose the interval.

Gravity Forms Notification Scheduler (8)

By default, repeating notifications send indefinitely. Set the ending after any interval of minutes, hours, days, weeks, months, or years.

Gravity Forms Notification Scheduler (9)

Manage Notifications

Scheduled notifications can be viewed and deleted from the Entries page. View a single entry and scroll down to see all scheduled notifications. Hover over an unsent notification and click Delete to prevent the notification from sending.

For recurring notifications, each recurrence is scheduled immediately after the previous notification has been sent. Future occurrences are not displayed in the Scheduled Notifications list.

Reschedule Notifications

If you make changes to an existing notification’s schedule or create a new notification and want that new schedule to apply to existing entry, you can easily reschedule an entry’s notification. When viewing a single entry, scroll down to find the Reschedule meta box below Print Entry. The Reschedule meta box appears on the Entry Detail page if you have at least one scheduled notification configured for your form.

Notifications with a “Delay” schedule will be rescheduled based on the time of the original submission and not from the time of the rescheduling.

Bulk Rescheduling

If you have a lot of entries that need their notifications rescheduled, you can activate the bulk rescheduler using the gpns_enable_rebuild_batcher hook. Once enabled, you can find it under Forms > GPNS Updater. Select the form to reschedule notifications, or reschedule all scheduled notifications for all forms.

Notification Event Integrations

Notification Scheduler automatically integrates with any notification event in Gravity Forms. Some examples of when notifications can be sent:

  • GravityView: Entry is Approved, Disapproved, Approval Reset, Approval Changed
  • Gravity Flow: Workflow Approved, Rejected, User Input, Complete, Cancelled
  • Payment Add-ons (Stripe, PayPal, etc.): Payment Completed, Payment Refunded, Payment Failed, Subscription Created, Subscription Cancelled

Unsubscribe

If you’re using Notification Scheduler to send marketing emails to your customers, you will need to allow your recipients to unsubscribe to comply with your local anti-spam laws.

Use the {unsubscribe_link} merge tag to include a link that allows your recipients to unsubscribe. If you prefer to generate the link yourself, you can use the {unsubscribe_url} merge tag to output the unsubscribe URL.

When the unsubscribe link is clicked, the recipient will be unsubscribed from all future scheduled notifications.

You can alter the unsubscribe behavior to only unsubscribe the recipient from a specific series of notifications or all notifications from a specific form using the gpns_unsubscribe_url_args filter.

Managing Unsubscribes

You can manually unsubscribe or resubscribe an email via the Notification Scheduler settings page. This is useful if a recipient has contacted you requesting to be unsubscribed or if a recipient has unsubscribed by mistake.

Note: Resubscribing an email will not automatically reschedule any notifications but that email will now be able to receive notifications that are scheduled after they have been resubscribed.

WP Cron

Notification Scheduler relies on WP Cron to handle scheduling. WP Cron is how WordPress handles scheduling any time-based task. WP Cron works by checking, on every page load, a list of scheduled tasks to see what needs to be run. Any tasks due to run will be called during that page load.

While mostly reliable, this approach to scheduled task has several shortcomings:

  1. Because scheduled tasks trigger on page load, running them too frequently can cause performance issues.
  2. If you schedule a notification for 2:00AM and no one visits your site until 9:00AM, then the notification won’t send until 9:00AM.

Notification Scheduler will attempt to send scheduled notifications every 5 minutes. That means if you schedule a notification to send less than 5 minutes after a notification event, it could possibly take up to 5 minutes before it actually sends.

Note for Developers: If you need to test scheduled notifications more quickly, we recommend Advanced Cron Manager or WP Crontrol.

If your site requires sending notifications in less than five minute intervals, you can use the WP Crontrol plugin to change the recurrence to every minute. Do note that this can negatively impact site performance.

Since scheduled tasks require site interaction to trigger, if you have a site that doesn’t get much traffic at specific times of the day, then notifications will likely not send at the exact time you want them to. Some hosting providers offer system cron, which means scheduled tasks run independently of user interaction. Here’s a list of some hosting providers that offer this:

Do note that these hosting providers may not run system cron at the same interval as WP Cron. We recommend reaching out to their support for more details on how they configure system cron.

Another option is to use cron-job.org to execute WP Cron on a specific interval. This free service will navigate to your site’s WP Cron page automatically. It can even send you emails with status updates on the job.

Gravity Forms Notification Scheduler (16)

Rate Limiting

By default, Gravity Forms uses WordPress’s built in wp_mail() function to send email using your host’s email servers. Depending on how many notification emails you are sending, it’s possible that your emails will get rate limited. Limits are imposed by your email service provider and they determine how many emails you can send from your email account over a given period of time.

To prevent this potential problem, we recommend using a third-party email solution that was designed for sending bulk email. Below is a non-exhaustive table that compares many such services:

ServiceFirst Pricing TierEmails Per MonthRate Limits
Amazon SES$0.10/1,000 emailsN/ANone
Mailgun$35/month50,000300/minute, no daily limit
Postmark$10/month10,000None
SparkPost$20/month50,0001,000-12,000 per day
Sendinblue$25/month10,000None
SendGrid$14.95/month40,000600/minute
Mailjet$15/month15,000None

Sending through a third-party email service provider is typically handled through a dedicated WordPress plugin. All of the providers in the table above have dedicated plugins you can use for sending.

Many of these email providers offer free tiers. These are typically highly limited and reserved for testing, so we didn’t include them.

Developer’s Notes

Because WP Cron has no logged in user, we set the current user to thecreated_byof the entry if it’s present. This allows the the {user} merge tag to function when used in a scheduled notification.

FAQs

What happens to scheduled notifications if Notification Scheduler is deactivated?

If the Notification Scheduler plugin is deactivated, it will stop sending scheduled notifications. Any new notifications after deactivating will be immediate.

Reactivating the plugin will resume sending scheduled notifications.

How can I unsubscribe users programmatically?

Users can be programmatically unsubscribed by calling this method:

gp_notification_scheduler()->unsubscribe( $email, $scope, $form_id, $notification_id );

Use the $scope variable to decide which notifications the user will be unsubscribed from:

  • all – Unsubscribes an email from all scheduled notifications.
  • form_id – Unsubscribes an email from the all scheduled notifications for the passed form ID.
  • nid – Unsubscribes an email from a specific scheduled notification identified by the passed notification ID.

Here’s an example that will unsubscribe an email from a specific notification with this id: 6414cad4deaa1

gp_notification_scheduler()->unsubscribe( 'test@test.com', 'nid', 123, '6414cad4deaa1' );

How can I programmatically delete scheduled notifications?

Notifications can be programmatically deleted with this method:

gp_notification_scheduler()->delete_notification_queue( $notifications, $entry );
Delete all scheduled notifications programmatically

To remove all scheduled notifications for an entry, use an empty array for the $notifications parameter:

gp_notification_scheduler()->delete_notification_queue( array(), $entry );
Delete a specific scheduled notification programmatically

To delete a specific scheduled notification for an entry, you will first need to fetch the notification meta by its ID. Then wrap that $notification variable and pass it as the $notifications parameter:

$notification = gp_notification_scheduler()->get_notification( $form, $notification_id );gp_notification_scheduler()->delete_notification_queue( array( $notification ), $entry );

Hooks

  • gpns_cron_schedule
  • gpns_current_time
  • gpns_date_fields
  • gpns_enable_discarded_notifications
  • gpns_enable_rebuild_batcher
  • gpns_evaluate_conditional_logic_on_send
  • gpns_recurring_ending_timestamp
  • gpns_schedule_timestamp
  • gpns_schedule_types
  • gpns_units
  • gpns_unsubscribe_confirmation
  • gpns_unsubscribe_email
  • gpns_unsubscribe_link_text
  • gpns_unsubscribe_url_args

Gravity Forms has hundreds of hooks. Check out our Gravity Forms Hook Reference for the most thorough guide to Gravity Forms’ many actions and filters.

Related Resources

  • Setting Up Gravity Forms Email Notifications Correctly
    Learn how to set up Gravity Forms email notifications correctly, verify settings, create notifications, and troubleshoot bugs in this guide.
Gravity Forms Notification Scheduler (2024)

FAQs

Is Gravity Forms worth it? ›

Powerful features for Wordpress

Gravity Forms is an essential tool for WordPress. I can't find any wrong with Gravity Forms, although it is quite expensive, but it's worth your money and good for investment.

How do I turn on notifications for Gravity Forms? ›

To check if your notifications are enabled, access the form editor, then click on *Notifications at the top menu. You should see a list of all configured notifications for that form. Be sure that all notifications are enabled and the toggle switch to the left of the notification name is green.

What is Gravity Forms scheduled notifications? ›

Gravity Forms Notification Scheduler allows you to trigger notifications before and after date-based fields submitted on a form. For example, send a personalized reminder for an upcoming appointment or reservation with helpful tips on how to prepare.

How to change gravity form email address? ›

Changing your Email Address
  1. Change the current email address to the desired new email address.
  2. Click the I'm Done. Update My Profile button. Your email address change is not yet complete! ...
  3. Find your verification email and click Confirm Email Address Change. The email change process will be completed.
Mar 27, 2024

What are the limitations of Gravity Forms? ›

Gravity Forms itself poses no limitations on how many fields you can have. However, sometimes there are a few different types of settings at the host level (I believe for security reasons) that do prevent large amounts of data to be saved.

Why are Gravity Forms so good? ›

To recap, some of the main benefits of choosing Gravity Forms are as follows: An easy-to-use visual, drag-and-drop form builder interface. Powerful built-in features such as conditional logic, multi-page forms, calculations, dynamic field population, and more.

How do you send confirmation emails to users after submission of Gravity Forms? ›

Gravity Forms Submission Confirmation and Email Notification
  1. Open the form editor.
  2. In the top bar click Settings.
  3. Then select Confirmations.
  4. Click the Add New button (or edit the Default Confirmation if desired),
  5. Then choose which confirmation type you would like for the users.
Feb 23, 2024

Does Gravity Forms have a free version? ›

Build forms, web pages, and basic apps to power your business-critical workflows. Gravity Forms doesn't have a free version. It offers three premium plans—Basic, Pro, and Elite—with predictable pricing. For example, the Pro plan currently costs $159 per year, every year.

Can you use Gravity Forms for free? ›

Gravity Forms only comes in a premium version, while some other popular form plugins have free versions that are available at WordPress.org.

How many websites use Gravity Forms? ›

According to BuiltWith, there are 990,513 live websites currently using Gravity Form. Gravity Form is a WordPress plugin that lets you create custom forms the way you want. This contact form comes with a paid version. There is no free version available.

Can you use Gravity Forms without WordPress? ›

No, Gravity Forms is a WordPress plugin and it is designed specifically to work within the WordPress environment. Therefore, it cannot be used without WordPress. Gravity Forms is a popular form builder plugin for WordPress that allows users to easily create and manage complex forms on their WordPress website.

Who owns Gravity Forms? ›

Gravity Forms is a trademark of Rocketgenius, Inc.

What is a form submission notification? ›

You can send a notification email to someone in your organization when a contact submits a form. You can use this type of form processing step so that you can quickly take action after a contact submits a form. For example, after submitting a high priority form, you can send a notification email to sales for follow-up.

Can I block an email address in Gravity Forms? ›

Block email addresses from submission and protect your data. The Email Blacklist Add-on for Gravity Forms was built to help block submissions from users with generic or competitors email addresses. Prevent the user from processing the form and stop non-qualified leads from being collected.

Is Gravity Forms a one time payment? ›

Gravity Forms Authorize.net Add-On

You can use it to set up one-time or recurring payments for your forms, complete with options to manage and customize the recurring payment details.

What is your experience with Gravity Forms? ›

One of its standout features is its intuitive drag-and-drop form builder, allowing users to easily add and arrange form fields without the need for extensive coding knowledge. Gravity Forms also supports conditional logic, enabling the creation of dynamic forms that adapt based on user inputs.

Is Gravity Forms safe? ›

Entries. The entry data is not encrypted. This means you should not use Gravity Forms to store very sensitive data like credit card details or passwords that could result in serious issues in the event of a data breach.

Is there a free version of Gravity Forms? ›

Gravity Forms only comes in a premium version, while some other popular form plugins have free versions that are available at WordPress.org.

References

Top Articles
Latest Posts
Article information

Author: Nathanial Hackett

Last Updated:

Views: 6446

Rating: 4.1 / 5 (72 voted)

Reviews: 87% of readers found this page helpful

Author information

Name: Nathanial Hackett

Birthday: 1997-10-09

Address: Apt. 935 264 Abshire Canyon, South Nerissachester, NM 01800

Phone: +9752624861224

Job: Forward Technology Assistant

Hobby: Listening to music, Shopping, Vacation, Baton twirling, Flower arranging, Blacksmithing, Do it yourself

Introduction: My name is Nathanial Hackett, I am a lovely, curious, smiling, lively, thoughtful, courageous, lively person who loves writing and wants to share my knowledge and understanding with you.