<?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: Adding a 2nd USER Notification</title>
		<link>https://legacy.forums.gravityhelp.com/topic/adding-a-2nd-user-notification</link>
		<description>Gravity Support Forums Topic: Adding a 2nd USER Notification</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 06:31:21 +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/adding-a-2nd-user-notification" rel="self" type="application/rss+xml" />

		<item>
			<title>mindbox on "Adding a 2nd USER Notification"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/adding-a-2nd-user-notification#post-37708</link>
			<pubDate>Wed, 12 Oct 2011 11:24:31 +0000</pubDate>
			<dc:creator>mindbox</dc:creator>
			<guid isPermaLink="false">37708@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The notification will need to be sent to an e-mail address field that is entered by the user and then inside the notification body there will be some standard text and a spot where the name of the user (another field) who submitted the form is placed.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Adding a 2nd USER Notification"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/adding-a-2nd-user-notification#post-37706</link>
			<pubDate>Wed, 12 Oct 2011 10:52:21 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">37706@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;We're just trying to find a hook that runs at the correct time, so you can run a separate function to send mail somewhere.  We're taking advantage of a hook to run custom code that won't actually affect the form processing at all.  We're going to run wp_mail() to send out a 3rd type of notification.&#60;/p&#62;
&#60;p&#62;Please share more details about your set up, what the notifications will look like, who will get them, and where the email addresses will come from.  With more information I will be able to help you better.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mindbox on "Adding a 2nd USER Notification"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/adding-a-2nd-user-notification#post-37698</link>
			<pubDate>Wed, 12 Oct 2011 09:47:46 +0000</pubDate>
			<dc:creator>mindbox</dc:creator>
			<guid isPermaLink="false">37698@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hmm.  From what I can see that hook is used to change the admin email address, or the admin notification settings.  Are there other parameters that can be used in place of this to add a tertiary notification?  Please forgive my ignorance... I've looked through the documentation and the forums and haven't seen anything regarding this.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Adding a 2nd USER Notification"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/adding-a-2nd-user-notification#post-37667</link>
			<pubDate>Tue, 11 Oct 2011 22:16:55 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">37667@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I think I would set up the admin and user notifications to handle your two most difficult notifications (most complex I guess) so that most of the work is done for you.&#60;/p&#62;
&#60;p&#62;For your third notification, you could the &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_notification_email&#34; rel=&#34;nofollow&#34;&#62;gform_notification_email&#60;/a&#62; filter, to just copy the admin email, make your changes, then use wp_mail() to send an additional (3rd) notification.&#60;/p&#62;
&#60;p&#62;Or, you if your email notification is more simple (on the order of &#34;someone submitted a form&#34; you can use the &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_pre_submission&#34; rel=&#34;nofollow&#34;&#62;gform_pre_submission&#60;/a&#62; filter which runs after validation, but before notifications are sent.  You can run a simple wp_mail() command using that hook.&#60;/p&#62;
&#60;p&#62;It all depends on how complex or different each notification is going to be, and where the email addresses are coming from (if they change, or are always the same.)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mindbox on "Adding a 2nd USER Notification"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/adding-a-2nd-user-notification#post-37565</link>
			<pubDate>Tue, 11 Oct 2011 12:42:15 +0000</pubDate>
			<dc:creator>mindbox</dc:creator>
			<guid isPermaLink="false">37565@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I don't mind a little php work since i'm the developer of the theme... I would just like to be pointed in the right direction as far as what will be needed.  My PHP knowledge is probably not where it SHOULD be so I will need a little bit of a helping hand when it comes to understanding what your hooks do.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Adding a 2nd USER Notification"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/adding-a-2nd-user-notification#post-37552</link>
			<pubDate>Tue, 11 Oct 2011 11:49:59 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">37552@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It can be done if you really need to have all the notifications, but it will be a customization, not something built in to Gravity Forms.  There are hooks available to change the notifications or run code after the form is submitted.  So, you could send two notifications with the form builder, then use a hook to send a 3rd notification with PHP.  &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Developer_Docs&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Developer_Docs&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Is it possible to just use the two built in notifications, and then have the admin log in to see the entries?    Without knowing the differences between the notifications, it's hard to say if the amount of work required is justified, or if there is another work around.&#60;/p&#62;
&#60;p&#62;It can be done, but it's not built in, and would require some PHP code in your theme's functions.php
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mindbox on "Adding a 2nd USER Notification"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/adding-a-2nd-user-notification#post-37539</link>
			<pubDate>Tue, 11 Oct 2011 08:50:36 +0000</pubDate>
			<dc:creator>mindbox</dc:creator>
			<guid isPermaLink="false">37539@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Any ideas?  Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mindbox on "Adding a 2nd USER Notification"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/adding-a-2nd-user-notification#post-37443</link>
			<pubDate>Mon, 10 Oct 2011 09:47:48 +0000</pubDate>
			<dc:creator>mindbox</dc:creator>
			<guid isPermaLink="false">37443@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yep, that's it.  I don't think that's currently possible but if it is, how?&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Adding a 2nd USER Notification"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/adding-a-2nd-user-notification#post-37428</link>
			<pubDate>Mon, 10 Oct 2011 03:06:21 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">37428@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;So, you need three notifications, and each notification will be unique?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mindbox on "Adding a 2nd USER Notification"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/adding-a-2nd-user-notification#post-37407</link>
			<pubDate>Sun, 09 Oct 2011 15:00:33 +0000</pubDate>
			<dc:creator>mindbox</dc:creator>
			<guid isPermaLink="false">37407@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for the reply.&#60;/p&#62;
&#60;p&#62;I would do it that way, but the Admin notification must be submitted to 3 other e-mails.  The piece that goes to the Admin, Teachers and Users all need to be completely different.  Is there a way to do that?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
