<?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: FancyBox 1.3 Modal Form Not Submitting - Iframe?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/fancybox-13-modal-form-not-submitting-iframe</link>
		<description>Gravity Support Forums Topic: FancyBox 1.3 Modal Form Not Submitting - Iframe?</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 15:30:11 +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/fancybox-13-modal-form-not-submitting-iframe" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "FancyBox 1.3 Modal Form Not Submitting - Iframe?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/fancybox-13-modal-form-not-submitting-iframe#post-3176</link>
			<pubDate>Thu, 04 Feb 2010 22:23:43 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">3176@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I updated the &#60;a href=&#34;http://www.gravityhelp.com/creating-a-modal-form-with-gravity-forms-and-fancybox/&#34; rel=&#34;nofollow&#34;&#62;original post&#60;/a&#62; with the new scripts so anyone who's interested can refer back to that for the complete setup instructions.&#60;/p&#62;
&#60;p&#62;&#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>
		<item>
			<title>Kevin Flahaut on "FancyBox 1.3 Modal Form Not Submitting - Iframe?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/fancybox-13-modal-form-not-submitting-iframe#post-3174</link>
			<pubDate>Thu, 04 Feb 2010 21:42:08 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">3174@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Scott, I found the issue finally. It appears there are some new declarations to add in the jQuery snippet to get this to work. I'm assuming this is something new to the latest release of their script.&#60;/p&#62;
&#60;p&#62;You'll want to replace the jQuery snippet in the head with this..&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;http://code.jquery.com/jquery-1.4.1.min.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;
&#38;lt;link rel=&#38;quot;stylesheet&#38;quot; type=&#38;quot;text/css&#38;quot; href=&#38;quot;&#38;lt;?php bloginfo(&#38;#39;template_directory&#38;#39;); ?&#38;gt;/fancybox/jquery.fancybox-1.3.0.css&#38;quot; media=&#38;quot;screen&#38;quot; /&#38;gt;
&#38;lt;script type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;&#38;lt;?php bloginfo(&#38;#39;template_directory&#38;#39;); ?&#38;gt;/fancybox/jquery.fancybox-1.3.0.pack.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;
&#38;lt;script type=&#38;quot;text/javascript&#38;quot;&#38;gt;
	$(document).ready(function() {

		$(&#38;quot;a.iframeFancybox1&#38;quot;).fancybox({
			&#38;#39;width&#38;#39;		      :	800,
			&#38;#39;height&#38;#39;		      :	600,
			&#38;#39;overlayOpacity&#38;#39;	 :	&#38;#39;0.4&#38;#39;,
			&#38;#39;overlayColor&#38;#39;		 :	&#38;#39;#000&#38;#39;,
			&#38;#39;hideOnContentClick&#38;#39; :   false,
			&#38;#39;autoScale&#38;#39;     	 :   false,
        		&#38;#39;transitionIn&#38;#39;		 :   &#38;#39;elastic&#38;#39;,
			&#38;#39;transitionOut&#38;#39;	 :   &#38;#39;elastic&#38;#39;,
			&#38;#39;type&#38;#39;			 :   &#38;#39;iframe&#38;#39;
		});
	});
&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If you're not using the &#34;zoom&#34; class or the &#34;iframeFancybox2&#34; from the previous example for anything, it's safe to just replace the whole script block.&#60;/p&#62;
&#60;p&#62;You'll notice that this one actually specifies the type as &#34;iframe&#34;. It was using the ajax method before to load the content and when you submitted the form, it refreshed the parent page, not the form page in an iframe.&#60;/p&#62;
&#60;p&#62;I duplicated your page and tested remotely and got it working as intended.  You can see a &#60;a href=&#34;http://grab.by/2cEC&#34; rel=&#34;nofollow&#34;&#62;screenshot&#60;/a&#62; of the validation error in the iframe.&#60;/p&#62;
&#60;p&#62;Hope that helps out and please let us know if we can help with anything else.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "FancyBox 1.3 Modal Form Not Submitting - Iframe?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/fancybox-13-modal-form-not-submitting-iframe#post-3152</link>
			<pubDate>Thu, 04 Feb 2010 15:01:40 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">3152@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey Scott, received your support request on this.  Kevin will be responding soon. I will ask him to include his response here as well as via email.  Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>scottbothel on "FancyBox 1.3 Modal Form Not Submitting - Iframe?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/fancybox-13-modal-form-not-submitting-iframe#post-3146</link>
			<pubDate>Thu, 04 Feb 2010 13:12:22 +0000</pubDate>
			<dc:creator>scottbothel</dc:creator>
			<guid isPermaLink="false">3146@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Followed your tutorial closely and my modal form launches, populates dynamic content but goes away on Submit without sending data or validating (displaying errors). When the same form is launched in a new window (sans fancy) it works fine.&#60;br /&#62;
My understanding of this issue suggests that something in the iframe support might be preventing the modal form from functioning properly. Could it be the new version of Fancybox since your tutorial?&#60;br /&#62;
Anyone successfully implement this with Fancby box 1.3?&#60;br /&#62;
Thanks for a rockin plugin!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
