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 Notifications

  1. roberts
    Member

    Hi,

    I need to enable text notifications for all forms and to do so I have added:

    add_action('gform_notification_format', 'set_notification_format', 10, 4);
    function set_notification_format($format, $notification_type, $form, $lead){
    return 'text';

    to my theme's functions.php file.

    It appears that notifications are still being emailed out in html format.

    Please assist.

    Robert

    Posted 13 years ago on Tuesday October 4, 2011 | Permalink
  2. Are you using the new 1.6 Release Candidate version? That's a new filter and isn't available in the current 1.5.3 version.

    Posted 13 years ago on Tuesday October 4, 2011 | Permalink
  3. roberts
    Member

    Kevin,

    Thanks for the prompt response!
    You are right - I'm on 1.5.3.

    Two questions:
    1) When will 1.6 be released?
    2) How do I upgrade to 1.6RC if I want to go down this track?

    Robert

    Posted 13 years ago on Tuesday October 4, 2011 | Permalink