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.

Altering Notification tables through buddypress profile page

  1. dan.wachtler@gmail.com
    Member

    I have created a membership directory using Pagelines platform pro, with buddypress at http://173.254.9.151/

    Looking to have users add notifications to their email addresses through their buddypress profile page.

    Which tables would I have to alter to accomplish this? And any help on what functions I would need to add to my themes functions.php file would be great too.

    Thanks

    Posted 12 years ago on Thursday May 19, 2011 | Permalink
  2. I don't quite understand what you are trying to do as far as add notifications to their email addresses through their BuddyPress profile page. Gravity Forms doesn't have anything to do with the BuddyPress profile page itself and Notifications in Gravity Forms are the emails sent when a form is submitted. Can you elaborate on what you are trying to accomplish?

    Posted 12 years ago on Thursday May 19, 2011 | Permalink
  3. dan.wachtler@gmail.com
    Member

    Yes.

    Essentially, I would like to use notification routing with conditional logic to email users of my website if someone submits a form and selects the user's state on that form.

    So when you add a Notification to an form, I am assuming it would add some values to your MySQL database. (i.e. wp_rg_form). I am looking for what functions are used to add these notifications to the database.

    Does this help?

    Posted 12 years ago on Thursday May 19, 2011 | Permalink
  4. 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 12 years ago on Thursday May 19, 2011 | Permalink
  5. dan.wachtler@gmail.com
    Member

    Is it possible to pay someone at gravity forms to create the php code for me?

    Posted 12 years ago on Monday May 23, 2011 | Permalink
  6. We don't do customizations due to time constraints, we are too busy with product development and support. However here is a list of WordPress developers with Gravity Forms customization experience who could assist you:

    http://wpcandy.com/pros/experienced/with-gravity-forms

    Posted 12 years ago on Monday May 23, 2011 | Permalink