<?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: Traffic Regenerator - how to do something like it with Gravity Forms</title>
		<link>https://legacy.forums.gravityhelp.com/topic/traffic-regenerator-how-to-do-something-like-it-with-gravity-forms</link>
		<description>Gravity Support Forums Topic: Traffic Regenerator - how to do something like it with Gravity Forms</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 01:18:05 +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/traffic-regenerator-how-to-do-something-like-it-with-gravity-forms" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Traffic Regenerator - how to do something like it with Gravity Forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/traffic-regenerator-how-to-do-something-like-it-with-gravity-forms#post-10834</link>
			<pubDate>Wed, 06 Oct 2010 00:33:51 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">10834@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It doesn't really matter as long as you adjust the path in the code to point to wherever the jQuery script file is actually located.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kathy on "Traffic Regenerator - how to do something like it with Gravity Forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/traffic-regenerator-how-to-do-something-like-it-with-gravity-forms#post-10833</link>
			<pubDate>Wed, 06 Oct 2010 00:31:47 +0000</pubDate>
			<dc:creator>Kathy</dc:creator>
			<guid isPermaLink="false">10833@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I don't have an &#34;includes&#34; folder in my theme folder. Should I?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Traffic Regenerator - how to do something like it with Gravity Forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/traffic-regenerator-how-to-do-something-like-it-with-gravity-forms#post-10831</link>
			<pubDate>Wed, 06 Oct 2010 00:24:02 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">10831@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The code worked as of the last post revision. The wp_head() function was removed from the plainpage.php template so other unnecessary scripts weren't loaded and the Gravity Forms scripts were pathed to manually.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kathy on "Traffic Regenerator - how to do something like it with Gravity Forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/traffic-regenerator-how-to-do-something-like-it-with-gravity-forms#post-10829</link>
			<pubDate>Tue, 05 Oct 2010 23:35:12 +0000</pubDate>
			<dc:creator>Kathy</dc:creator>
			<guid isPermaLink="false">10829@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Is this code from the original article about creating a form in a modal window correct?&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;script type=&#38;#39;text/javascript&#38;#39; src=&#38;#39;&#38;lt;?php bloginfo(&#38;#39;stylesheet_directory&#38;#39;); ?&#38;gt;/includes/js/jquery-142.js?ver=1.4.1&#38;#39;&#38;gt;&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Also,  &#60;code&#62;&#38;lt;?php wp_head(); ?&#38;gt;&#60;/code&#62; is missing from the plain page template.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Traffic Regenerator - how to do something like it with Gravity Forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/traffic-regenerator-how-to-do-something-like-it-with-gravity-forms#post-9606</link>
			<pubDate>Thu, 09 Sep 2010 09:14:42 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">9606@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;As a note, the 1.4 version of GF released yesterday includes an option to submit the form via ajax. This means that the page doesn't have to refresh, and you can use other popup options that don't have to rely on using the iframe &#38;amp; plainpage template approach. Here's a link to some info on that.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.seodenver.com/gravity-forms-ajax/&#34; rel=&#34;nofollow&#34;&#62;http://www.seodenver.com/gravity-forms-ajax/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Most of the modal window scripts allow you to wrap a div around inline content such as a form shortcode and then launch it in the modal window. The problem before was when the form refreshed the page, if the validation failed, the modal window was closed and you couldn't see it. With the ajax submission enabled, this isn't an issue now and you have a lot more options. &#60;/p&#62;
&#60;p&#62;Fancybox was one that supported modal iframes so it was my choice for the original tutorial but you should be able to use any of these as well.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://speckyboy.com/2009/03/31/10-image-and-gallery-lightbox-solutions-for-wordpress-plugins/&#34; rel=&#34;nofollow&#34;&#62;http://speckyboy.com/2009/03/31/10-image-and-gallery-lightbox-solutions-for-wordpress-plugins/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Traffic Regenerator - how to do something like it with Gravity Forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/traffic-regenerator-how-to-do-something-like-it-with-gravity-forms#post-9605</link>
			<pubDate>Thu, 09 Sep 2010 09:03:08 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">9605@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can you share a link to the page you want to launch the form from? It will be easier to debug if I can see it. &#60;/p&#62;
&#60;p&#62;Also, I noted on your plain form page at &#60;a href=&#34;http://campaignit.com.au/test-page/test/&#34; rel=&#34;nofollow&#34;&#62;http://campaignit.com.au/test-page/test/&#60;/a&#62; that the path to the jQuery .js file is incorrect. You'll want to adjust that so things like the datepicker, conditional logic, etc. will work properly.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jane on "Traffic Regenerator - how to do something like it with Gravity Forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/traffic-regenerator-how-to-do-something-like-it-with-gravity-forms#post-9596</link>
			<pubDate>Thu, 09 Sep 2010 02:23:03 +0000</pubDate>
			<dc:creator>Jane</dc:creator>
			<guid isPermaLink="false">9596@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sorry for the delay. I've replicated the steps on my live site and still no luck. Here are some screenshots.&#60;/p&#62;
&#60;p&#62;Here's where I've put fancybox:&#60;br /&#62;
&#60;a href=&#34;http://cl.ly/58c16fb11c9a9b7ef397&#34; rel=&#34;nofollow&#34;&#62;http://cl.ly/58c16fb11c9a9b7ef397&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The contents:&#60;br /&#62;
&#60;a href=&#34;http://cl.ly/d282f8a0f2b0f38d19a5&#34; rel=&#34;nofollow&#34;&#62;http://cl.ly/d282f8a0f2b0f38d19a5&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;header.php (I note in the video you mention wp_header as necessary, but it's not in your code):&#60;br /&#62;
&#60;a href=&#34;http://cl.ly/457705145016c1a7c462&#34; rel=&#34;nofollow&#34;&#62;http://cl.ly/457705145016c1a7c462&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;plainpage.php:&#60;br /&#62;
&#60;a href=&#34;http://cl.ly/1e5e0676e97f123973c9&#34; rel=&#34;nofollow&#34;&#62;http://cl.ly/1e5e0676e97f123973c9&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The launch page:&#60;br /&#62;
&#60;a href=&#34;http://cl.ly/78ef3a3f0e6b605774d9&#34; rel=&#34;nofollow&#34;&#62;http://cl.ly/78ef3a3f0e6b605774d9&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Form embedded in a page:&#60;br /&#62;
&#60;a href=&#34;http://cl.ly/01a89af3f30a7c4580eb&#34; rel=&#34;nofollow&#34;&#62;http://cl.ly/01a89af3f30a7c4580eb&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Traffic Regenerator - how to do something like it with Gravity Forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/traffic-regenerator-how-to-do-something-like-it-with-gravity-forms#post-9387</link>
			<pubDate>Sat, 04 Sep 2010 10:01:00 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">9387@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Did you try to install the FancyBox script via the plugin installer? From the error you posted, it looks like that might be the case. If so, that's probably the issue. It's not a WordPress plugin, just a standalone script.&#60;/p&#62;
&#60;p&#62;You just need to unzip the fancybox zip file, then upload the &#34;fancybox&#34; folder with the scripts and images via ftp to your theme directory. Once you've done that, you just need to make sure you have the paths correct for the scripts, CSS, etc.&#60;/p&#62;
&#60;p&#62;The other steps look fine. It sounds like you just need to get the scripts put in the right place and linked up.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jane on "Traffic Regenerator - how to do something like it with Gravity Forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/traffic-regenerator-how-to-do-something-like-it-with-gravity-forms#post-9380</link>
			<pubDate>Sat, 04 Sep 2010 03:08:56 +0000</pubDate>
			<dc:creator>Jane</dc:creator>
			<guid isPermaLink="false">9380@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;So I followed your instructions, and a had a problem with the header file. Downloaded 1.2.1 from &#60;a href=&#34;http://fancybox.net/&#34; rel=&#34;nofollow&#34;&#62;http://fancybox.net/&#60;/a&#62; and it gave me this error: &#60;a href=&#34;http://cl.ly/929499eb2c659647f433&#34; rel=&#34;nofollow&#34;&#62;http://cl.ly/929499eb2c659647f433&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Using Wordpress 3.0.1&#60;/p&#62;
&#60;p&#62;Steps taken:&#60;br /&#62;
1. Install fancybox zipped folder (could not activate because of prob with header)&#60;br /&#62;
2. Added script to &#38;lt;head&#38;gt; in theme header.php&#60;br /&#62;
3. Created plainpage.php (exact code) in root theme folder&#60;br /&#62;
4. Created new form sub-page under Main Page and changed template to &#34;plain page&#34; (didn't exclude pages yet)&#60;br /&#62;
5. Added code to &#34;Main Page&#34;: &#60;a href=&#34;http://pastie.org/1137522&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org/1137522&#60;/a&#62;&#60;br /&#62;
6. Click on link and the form opens, same window in an un-themed page (where I assume the problem is the original fancybox installation is not working)&#60;/p&#62;
&#60;p&#62;Tried installing Fancybox for Wordpress but no luck, and didn't really know what instructions to follow. &#60;a href=&#34;http://blog.moskis.net/downloads/plugins/fancybox-for-wordpress/&#34; rel=&#34;nofollow&#34;&#62;http://blog.moskis.net/downloads/plugins/fancybox-for-wordpress/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The original topic was closed, so had to continue the discussion here. Thanks for the help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jane on "Traffic Regenerator - how to do something like it with Gravity Forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/traffic-regenerator-how-to-do-something-like-it-with-gravity-forms#post-9378</link>
			<pubDate>Sat, 04 Sep 2010 00:51:14 +0000</pubDate>
			<dc:creator>Jane</dc:creator>
			<guid isPermaLink="false">9378@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Kevin. This is what I was after: &#60;a href=&#34;http://forum.gravityhelp.com/topic/form-in-modal-lightbox-window&#34; rel=&#34;nofollow&#34;&#62;http://forum.gravityhelp.com/topic/form-in-modal-lightbox-window&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;And your answer, &#60;a href=&#34;http://www.gravityhelp.com/creating-a-modal-form-with-gravity-forms-and-fancybox/&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/creating-a-modal-form-with-gravity-forms-and-fancybox/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
