Gravity Forms Notifications aren't going to work with the BuddyPress profile page. Gravity Forms Notifications are only triggered when a Gravity Form is submitted. The settings for Notifications are stored as part of the forms meta data and executed when the form is submitted. You won't be able to trigger notifications from the BuddyPress profile page.
What you want to do is slightly different. You wouldn't use routing to do this. You would write custom PHP to set the Send To address of the email notification using custom code.
If you want to change the Send To address of the Admin Notification dynamically using PHP you would use this hook:
http://www.gravityhelp.com/documentation/page/Gform_notification_email
If you want to change the Send To address of the User Notification dynamically using PHP you would use this hook:
http://www.gravityhelp.com/documentation/page/Gform_autoresponder_email
Posted 13 years ago on Thursday May 19, 2011 |
Permalink