PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Email Notification Basics?

  1. Hello,

    I'm wondering how to set email notification basics when a form is filled out?
    I found a filter that I can add to change notifications, so I suppose I could figure out how to use it, but is there a simpler setting somewhere that I'm overlooking?

    <?php
    2 add_filter("gform_notification_email", "change_notification_email", 10, 2);
    3 function change_notification_email($email, $entry){
    4 return "test@test.com";
    5 }
    6 ?>

    Posted 11 years ago on Wednesday February 27, 2013 | Permalink
  2. David Peralty

    In the WordPress Admin, if you click on the form you are trying to set notifications up for, you can edit the form like you are going to add more fields and then there should be Notifications as one of the options at the top between Form and Form Settings.

    Posted 11 years ago on Wednesday February 27, 2013 | Permalink
  3. Thanks!

    Posted 11 years ago on Wednesday February 27, 2013 | Permalink

This topic has been resolved and has been closed to new replies.