<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Gravity Support Forums Topic: Altering Notification tables through buddypress profile page</title>
		<link>https://legacy.forums.gravityhelp.com/topic/altering-notification-tables-through-buddypress-profile-page</link>
		<description>Gravity Support Forums Topic: Altering Notification tables through buddypress profile page</description>
		<language>en-US</language>
		<pubDate>Thu, 09 Apr 2026 14:27:22 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/altering-notification-tables-through-buddypress-profile-page" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "Altering Notification tables through buddypress profile page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/altering-notification-tables-through-buddypress-profile-page#post-26124</link>
			<pubDate>Mon, 23 May 2011 11:57:46 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">26124@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;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:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wpcandy.com/pros/experienced/with-gravity-forms&#34; rel=&#34;nofollow&#34;&#62;http://wpcandy.com/pros/experienced/with-gravity-forms&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dan.wachtler@gmail.com on "Altering Notification tables through buddypress profile page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/altering-notification-tables-through-buddypress-profile-page#post-26103</link>
			<pubDate>Mon, 23 May 2011 10:24:43 +0000</pubDate>
			<dc:creator>dan.wachtler@gmail.com</dc:creator>
			<guid isPermaLink="false">26103@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Is it possible to pay someone at gravity forms to create the php code for me?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Altering Notification tables through buddypress profile page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/altering-notification-tables-through-buddypress-profile-page#post-25942</link>
			<pubDate>Thu, 19 May 2011 16:44:06 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">25942@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;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.  &#60;/p&#62;
&#60;p&#62;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.  &#60;/p&#62;
&#60;p&#62;If you want to change the Send To address of the Admin Notification dynamically using PHP you would use this hook:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_notification_email&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_notification_email&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;If you want to change the Send To address of the User Notification dynamically using PHP you would use this hook:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_autoresponder_email&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_autoresponder_email&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dan.wachtler@gmail.com on "Altering Notification tables through buddypress profile page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/altering-notification-tables-through-buddypress-profile-page#post-25940</link>
			<pubDate>Thu, 19 May 2011 16:29:52 +0000</pubDate>
			<dc:creator>dan.wachtler@gmail.com</dc:creator>
			<guid isPermaLink="false">25940@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes.  &#60;/p&#62;
&#60;p&#62;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.  &#60;/p&#62;
&#60;p&#62;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.  &#60;/p&#62;
&#60;p&#62;Does this help?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Altering Notification tables through buddypress profile page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/altering-notification-tables-through-buddypress-profile-page#post-25938</link>
			<pubDate>Thu, 19 May 2011 16:14:38 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">25938@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;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?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dan.wachtler@gmail.com on "Altering Notification tables through buddypress profile page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/altering-notification-tables-through-buddypress-profile-page#post-25933</link>
			<pubDate>Thu, 19 May 2011 16:05:14 +0000</pubDate>
			<dc:creator>dan.wachtler@gmail.com</dc:creator>
			<guid isPermaLink="false">25933@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have created a membership directory using Pagelines platform pro, with buddypress at &#60;a href=&#34;http://173.254.9.151/&#34; rel=&#34;nofollow&#34;&#62;http://173.254.9.151/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Looking to have users add notifications to their email addresses through their buddypress profile page.  &#60;/p&#62;
&#60;p&#62;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.  &#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
