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!
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!
I think its the same, just with a different hook calling it - http://www.gravityhelp.com/documentation/page/Gform_notification
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!
You check the name of the notification - $notification["name"] == "User Notification"