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.

How to access new notifications specifically and modify

  1. The body text for the old notifications were modified with $form['autoResponder']['message'] and $form['notification']['message'] but how do you reference the new specific notifications and modify their contents via custom function?

    Thanks!

    Posted 10 years ago on Tuesday May 14, 2013 | Permalink
  2. David Peralty

    I think its the same, just with a different hook calling it - http://www.gravityhelp.com/documentation/page/Gform_notification

    Posted 10 years ago on Tuesday May 14, 2013 | Permalink
  3. Thanks David! Yes, I understand how I would specify which form I want to modify, but say for instance I have 3 different custom notifications for a form. How do I specify in that hook (instead of the old $form['autoResponder'] ) which I am modifying?

    Thanks!

    Posted 10 years ago on Tuesday May 14, 2013 | Permalink
  4. David Peralty

    You check the name of the notification - $notification["name"] == "User Notification"

    Posted 10 years ago on Tuesday May 14, 2013 | Permalink