<?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: Integrating GravityForms into current theme</title>
		<link>https://legacy.forums.gravityhelp.com/topic/integrating-gravityforms-into-current-theme</link>
		<description>Gravity Support Forums Topic: Integrating GravityForms into current theme</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 23:23:26 +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/integrating-gravityforms-into-current-theme" rel="self" type="application/rss+xml" />

		<item>
			<title>David Peralty on "Integrating GravityForms into current theme"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/integrating-gravityforms-into-current-theme#post-80135</link>
			<pubDate>Wed, 10 Oct 2012 14:50:03 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">80135@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;We have a Job Board where you can post such things:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/forums/forum/job-board&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/forum/job-board&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Also, sites like jobs.wordpress.net will have people that are talented and available to make this work for you. It shouldn't take long for an intermediate PHP developer familiar with what you are trying to do. &#60;/p&#62;
&#60;p&#62;They will need:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_pre_render&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_pre_render&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;And they'll just need to figure out how to get the information from your posts/pages to be able to put into the hidden field for the form. (if it is in a custom field, it should be relatively easy).&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://codex.wordpress.org/Custom_Fields&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Custom_Fields&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>johnathon4609 on "Integrating GravityForms into current theme"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/integrating-gravityforms-into-current-theme#post-80133</link>
			<pubDate>Wed, 10 Oct 2012 14:43:46 +0000</pubDate>
			<dc:creator>johnathon4609</dc:creator>
			<guid isPermaLink="false">80133@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can I pay someone here to help make this happen?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Integrating GravityForms into current theme"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/integrating-gravityforms-into-current-theme#post-80129</link>
			<pubDate>Wed, 10 Oct 2012 14:06:24 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">80129@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes, but you still have to have some PHP push the e-mail address from the page to the form so that it can be used in the notification area. This means pulling the author e-mail address of a post that the form is embedded on.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>johnathon4609 on "Integrating GravityForms into current theme"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/integrating-gravityforms-into-current-theme#post-80124</link>
			<pubDate>Wed, 10 Oct 2012 13:50:29 +0000</pubDate>
			<dc:creator>johnathon4609</dc:creator>
			<guid isPermaLink="false">80124@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Routing would be a pain becuase we have over 500 dealers on our current site, and plan to have over 3,000 in the next year, so that wouldnt be very managable. So, what about merge tags?&#60;/p&#62;
&#60;p&#62;Example, in the gravity form notification area, the notification is sent to {admin_email}. Could I change it to something like {author_email} reflecting the dealerships email which is setup originally as an author account?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Integrating GravityForms into current theme"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/integrating-gravityforms-into-current-theme#post-80123</link>
			<pubDate>Wed, 10 Oct 2012 13:46:50 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">80123@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Gravity Forms needs to know what dealer you want the details sent to. You have to determine how you want to give Gravity Forms that information. &#60;/p&#62;
&#60;p&#62;You can create a hidden field on your form, you can use PHP to make sure that field has the dealer name. In notifications, you can select Routing. In routing, you'll have the option to send e-mails to different addresses based on information held in a field. &#60;/p&#62;
&#60;p&#62;For example: if dealer = A then e-mail &#60;a href=&#34;mailto:a@dealer.com&#34;&#62;a@dealer.com&#60;/a&#62;. If dealer = B then e-mail &#60;a href=&#34;mailto:b@dealer.com&#34;&#62;b@dealer.com&#60;/a&#62;.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>johnathon4609 on "Integrating GravityForms into current theme"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/integrating-gravityforms-into-current-theme#post-80119</link>
			<pubDate>Wed, 10 Oct 2012 13:29:50 +0000</pubDate>
			<dc:creator>johnathon4609</dc:creator>
			<guid isPermaLink="false">80119@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Could you elaborate further, as im clueless
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Integrating GravityForms into current theme"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/integrating-gravityforms-into-current-theme#post-80118</link>
			<pubDate>Wed, 10 Oct 2012 13:18:21 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">80118@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You will want to create a hidden field in the Gravity Form that has the name of the listing dealer so that you can use notification routing to determine where the e-mail notification for the dealer goes. How you get that information into the hidden field is dependent on where it is currently stored.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>johnathon4609 on "Integrating GravityForms into current theme"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/integrating-gravityforms-into-current-theme#post-80114</link>
			<pubDate>Wed, 10 Oct 2012 12:38:35 +0000</pubDate>
			<dc:creator>johnathon4609</dc:creator>
			<guid isPermaLink="false">80114@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Question,&#60;/p&#62;
&#60;p&#62;If you click here - &#60;a href=&#34;http://secure.agentauto.com/development/inventory/escalade-ext/&#34; rel=&#34;nofollow&#34;&#62;http://secure.agentauto.com/development/inventory/escalade-ext/&#60;/a&#62;&#60;br /&#62;
You see on the left that I have a gravity form serving as the dealership contact from for this specific listing.&#60;/p&#62;
&#60;p&#62;If you click here - &#60;a href=&#34;http://secure.agentauto.com/development/inventory/cts-v-sport-coupe/&#34; rel=&#34;nofollow&#34;&#62;http://secure.agentauto.com/development/inventory/cts-v-sport-coupe/&#60;/a&#62;&#60;br /&#62;
You can see on the left, that we have the same gravity form serving as a contact form for another dealership account as well.&#60;/p&#62;
&#60;p&#62;How can we tell the same gravity form to send the message to the correct dealer account based on the listing ownership?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
