<?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: notification to user selected</title>
		<link>https://legacy.forums.gravityhelp.com/topic/notification-to-user-selected</link>
		<description>Gravity Support Forums Topic: notification to user selected</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 10:45:38 +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/notification-to-user-selected" rel="self" type="application/rss+xml" />

		<item>
			<title>geomaniac on "notification to user selected"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/notification-to-user-selected#post-348228</link>
			<pubDate>Thu, 27 Jun 2013 13:26:57 +0000</pubDate>
			<dc:creator>geomaniac</dc:creator>
			<guid isPermaLink="false">348228@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks.  I'll look into that.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "notification to user selected"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/notification-to-user-selected#post-348145</link>
			<pubDate>Thu, 27 Jun 2013 12:26:39 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">348145@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;There is no system where you could unsubscribe from notifications. To set-up the notifications though, you could have it send to the person they select on the form, but to do this, you would have to have stored their e-mail address somewhere that you can then use. So if you had a database table with all the users and their e-mails, you could have the person pledging select a person, and then using our Pre_submission hook, grab their e-mail address from the database, put it in a hidden field, and then always use that Hidden field as the one where the e-mail is sent.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>geomaniac on "notification to user selected"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/notification-to-user-selected#post-348137</link>
			<pubDate>Thu, 27 Jun 2013 12:22:18 +0000</pubDate>
			<dc:creator>geomaniac</dc:creator>
			<guid isPermaLink="false">348137@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can anyone offer advice on this?  See my earlier post.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>geomaniac on "notification to user selected"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/notification-to-user-selected#post-345823</link>
			<pubDate>Wed, 26 Jun 2013 09:39:51 +0000</pubDate>
			<dc:creator>geomaniac</dc:creator>
			<guid isPermaLink="false">345823@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That's great! Thank you.&#60;/p&#62;
&#60;p&#62;I might end up going that route, however I am interested in a more dynamic solution, so I don't have to manually set up notifications every time I get a new user.  &#60;/p&#62;
&#60;p&#62;Also, I'll want to set up a &#34;unsubscribe from notifications&#34; feature as well, so this would all need to be dynamic.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ryanmacdesign on "notification to user selected"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/notification-to-user-selected#post-345815</link>
			<pubDate>Wed, 26 Jun 2013 09:35:47 +0000</pubDate>
			<dc:creator>ryanmacdesign</dc:creator>
			<guid isPermaLink="false">345815@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;In the Form Settings, under Notifications, you can apply Conditional Logic. Create a separate notification for each of the 5 Golf Warriors. Then in the conditional logic for each, just match them up...&#60;/p&#62;
&#60;p&#62;On Brian W's Notification, you would set it up to send if ALL of the following match:&#60;br /&#62;
Golf Warrior is Brian W&#60;/p&#62;
&#60;p&#62;If you have a lot more than the 5 on your site, there's probably quicker ways to do this. If you only have 5, this shouldn't take more than a couple minutes each.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>geomaniac on "notification to user selected"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/notification-to-user-selected#post-345769</link>
			<pubDate>Wed, 26 Jun 2013 08:59:16 +0000</pubDate>
			<dc:creator>geomaniac</dc:creator>
			<guid isPermaLink="false">345769@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi there,&#60;br /&#62;
I have a form where users sign up for a golf tourney.&#60;/p&#62;
&#60;p&#62;I have another form where people pledge the golfers.  &#60;/p&#62;
&#60;p&#62;I would like to notify the user when a pledge has been made to them.  When a pledge is made, first they must select which user they want to pledge from a drop-down list, so the data is there, but I'm just not clear how to set this up.  My pledge form - &#60;a href=&#34;http://www.100holesofhope.com/donate/&#34; rel=&#34;nofollow&#34;&#62;http://www.100holesofhope.com/donate/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;When I go to set up the notifications form, I see the relevant dropdown box &#34;send to field&#34;.  I have 2 options - &#34;email&#34; and &#34;select an email field&#34; but I've no idea which field is which, or if one of them is even the correct field.  &#60;/p&#62;
&#60;p&#62;I'm hesitant about testing on a whim as this is a live site so I wouldn't want to send notifications to the wrong people, or sensitive data to wrong people.  &#60;/p&#62;
&#60;p&#62;Any help would be appreciated.&#60;/p&#62;
&#60;p&#62;George
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
