<?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: Notifications</title>
		<link>https://legacy.forums.gravityhelp.com/topic/notifications-3</link>
		<description>Gravity Support Forums Topic: Notifications</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 22:49:48 +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/notifications-3" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Notifications"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/notifications-3#post-35919</link>
			<pubDate>Wed, 21 Sep 2011 19:27:43 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">35919@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Subscribe to topic in bbPress (the forum software in use here) is flaky.  Please do check in.  Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>scott74 on "Notifications"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/notifications-3#post-35837</link>
			<pubDate>Wed, 21 Sep 2011 08:07:45 +0000</pubDate>
			<dc:creator>scott74</dc:creator>
			<guid isPermaLink="false">35837@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;just saw this chris thank you, i will try to implement this today...  i am subscribed to this post but have not been getting updates via email lately for some reason when subscribing to topics here... thanks for working on this again..&#60;/p&#62;
&#60;p&#62;Scott
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Notifications"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/notifications-3#post-35210</link>
			<pubDate>Tue, 13 Sep 2011 17:33:19 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">35210@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It takes just a little bit of code added to your theme's functions.php&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://pastebin.com/xGaKYPAH&#34; rel=&#34;nofollow&#34;&#62;http://pastebin.com/xGaKYPAH&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I looked at your page and I think you are using form 2 so this code should be correct.  If you want to use this for a different form, change the &#34;_2&#34; in line 3 to your form ID.   If you wanted to apply this code to form 17, line 3 would look like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[php]

add_action(&#38;#39;gform_pre_submission_filter_17&#38;#39;, &#38;#39;set_from_email&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The other thing you need to change is line 6 to the actual field in your form that contains the value of the email address.  I noticed you used radio buttons for the technician names.  I looked at your form and I believe input_19 is correct for the technician name.  Be sure you enable values and then insert the email address for each tech as the value.  That will properly work with the code in line 6 here.  &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[php]
        $techemail = rgpost(&#38;#39;input_19&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You will need to set up your admin and customer notifications in the form builder.  The one thing that will be overridden in two places is the &#34;from&#34; email.  You'll need to enter something there, but it does not matter since we will override it with this function.&#60;/p&#62;
&#60;p&#62;You can submit the form here and you will receive a copy of the customer notification and see that it comes &#34;from&#34; the email address of the technician who submitted the form.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://gravity.chrishajer.com/record-of-technician-service/&#34; rel=&#34;nofollow&#34;&#62;http://gravity.chrishajer.com/record-of-technician-service/&#60;/a&#62;&#60;br /&#62;
Password is greenprint&#60;/p&#62;
&#60;p&#62;If you have any questions, please let us know.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>scott74 on "Notifications"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/notifications-3#post-34995</link>
			<pubDate>Sat, 10 Sep 2011 04:27:58 +0000</pubDate>
			<dc:creator>scott74</dc:creator>
			<guid isPermaLink="false">34995@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;yep , that is correct....  all based on the tech selected who performed the service on the dropdown
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Notifications"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/notifications-3#post-34783</link>
			<pubDate>Thu, 08 Sep 2011 00:19:16 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">34783@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You have some unique notification requirements.  Let me see if I have this correct.&#60;/p&#62;
&#60;p&#62;Tech completes a service and fills out form.  Form will have the customer's email address in it.  When  the form is submitted, the notification should come From the tech.  The following people need notifications:&#60;/p&#62;
&#60;p&#62;1. customer (actual email)&#60;br /&#62;
2. office (admin notification)&#60;br /&#62;
3. tech (copy for himself, could be admin or visitor)&#60;/p&#62;
&#60;p&#62;I think most of that can be set up in the notification screen.  The only thing we need to do is override the &#34;From&#34; email address, so the office and the customer, if they reply, are replying to the tech?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>scott74 on "Notifications"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/notifications-3#post-34681</link>
			<pubDate>Wed, 07 Sep 2011 08:46:56 +0000</pubDate>
			<dc:creator>scott74</dc:creator>
			<guid isPermaLink="false">34681@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yep that's correct and a copy also goes to the customer... the tech fills out the customer email and addresss on the form itself so that the customer know what was performed on his or her lawn.&#60;/p&#62;
&#60;p&#62;right now... if a customer replies to the notification.. i have showing it is coming from support at greenprintlawns.com so they reply  to the office but I may need that to show the techs from email also so the reply goes to the actual tech if the customer replies... discussing that with office now...  thank you...  Scott&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://greenprintlawns.com/10point/&#34; rel=&#34;nofollow&#34;&#62;http://greenprintlawns.com/10point/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Notifications"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/notifications-3#post-34660</link>
			<pubDate>Wed, 07 Sep 2011 00:02:45 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">34660@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;When a tech fills out a form, one copy should go to the office manager, and one should be sent to the tech himself.  And all the copies should come FROM the tech who submitted the form.  Is that correct?&#60;/p&#62;
&#60;p&#62;There may be an issue with spam filters having the email come TO who it was sent FROM, but you can work around that later.&#60;/p&#62;
&#60;p&#62;If you can confirm this is what you want, I will write something up for you.  Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>scott74 on "Notifications"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/notifications-3#post-34653</link>
			<pubDate>Tue, 06 Sep 2011 21:36:25 +0000</pubDate>
			<dc:creator>scott74</dc:creator>
			<guid isPermaLink="false">34653@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;right... i want each tech to get a copy of his own 10 point analysis so i have set  if jim tieken is selected.. then send to jtieken at greenprintlawns.com  then i have a ,  on each of them and included the office rep in on them.... guess i could just have put the office rep on the bcc....&#60;/p&#62;
&#60;p&#62;basically just need to figure out how to make the from change based on the selected tech.... i will&#60;/p&#62;
&#60;p&#62;cmcfarland would get all submissions (office rep)....  would want the email he gets to come from the tech who performed the analysis and the customer who receives the report would be able to reply to the tech that performed the analysis..&#60;/p&#62;
&#60;p&#62;techs... jtieken at greenprintlawns.com&#60;br /&#62;
            tbramlett at greenprintlawns.com&#60;br /&#62;
            sanzivino at greenprintlawns.com&#60;/p&#62;
&#60;p&#62;Office rep... cmcfarland at greenprintlawns.com&#60;/p&#62;
&#60;p&#62;I looked at the link but was a little lost... lol,  thanks for the help though
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Notifications"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/notifications-3#post-33923</link>
			<pubDate>Tue, 30 Aug 2011 12:48:44 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">33923@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;In your screenshot, you will be sending to and from the same technician?  The routing appears to be set up to send to the same addresses that are in your current &#34;from email.&#34;  I figured you wanted the email to come from the technician who filled out the form, and be sent to the office. In that case, the routing would not be required on the &#34;to&#34; but would all go to one office email.  Then the &#34;from email&#34; would be set using the gform_pre_submission_filter.&#60;/p&#62;
&#60;p&#62;The routing can be separate from the &#34;from email&#34; but I'm not sure what all the actual addresses will be.  Are any of the email addresses repeated?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Notifications"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/notifications-3#post-33922</link>
			<pubDate>Tue, 30 Aug 2011 12:39:36 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">33922@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I think you can use the &#60;strong&#62;gform_pre_submission_filter&#60;/strong&#62;.&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_pre_submission_filter&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_pre_submission_filter&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The example on that page shows setting up the BCC based on inputs in the form.  You would set the &#34;from email&#34; based on input in your form.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
