<?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: modal form in thickbox</title>
		<link>https://legacy.forums.gravityhelp.com/topic/modal-form-in-thickbox</link>
		<description>Gravity Support Forums Topic: modal form in thickbox</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 14:17: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/modal-form-in-thickbox" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "modal form in thickbox"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/modal-form-in-thickbox#post-5451</link>
			<pubDate>Fri, 14 May 2010 10:30:16 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">5451@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;looks like you need for the modal window to persist, either using a &#34;close&#34; button/link on the window to pass the &#34;modal=true&#34; parameter in your link and then add a link to close the window on the actual confirmation page. If the modal window closes automatically on submit, you won't see any confirmation, validation errors, etc.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://jquery.com/demo/thickbox/#sectione-1&#34; rel=&#34;nofollow&#34;&#62;http://jquery.com/demo/thickbox/#sectione-1&#60;/a&#62;&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;Optionally you may add modal=true to the query string (e.g. ?KeepThis=true&#38;amp;TB_iframe=true&#38;amp;height=400&#38;amp;width=600&#38;amp;modal=true) so that closing a ThickBox will require calling the tb_remove() function from within the ThickBox iframe (self.parent.tb_remove()). See the iframe demo for an example, where you must click &#34;ok&#34; to close the ThickBox.&#60;/p&#62;&#60;/blockquote&#62;</description>
		</item>
		<item>
			<title>stealthkinetics on "modal form in thickbox"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/modal-form-in-thickbox#post-5439</link>
			<pubDate>Thu, 13 May 2010 12:26:46 +0000</pubDate>
			<dc:creator>stealthkinetics</dc:creator>
			<guid isPermaLink="false">5439@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://www.jarrettbay.com/contact/staff-mock-up/&#34; rel=&#34;nofollow&#34;&#62;http://www.jarrettbay.com/contact/staff-mock-up/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Click on Email Test right after page title... &#60;/p&#62;
&#60;p&#62;If you try submitting please only direct to Jason Test (from the To drop-down)...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "modal form in thickbox"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/modal-form-in-thickbox#post-5432</link>
			<pubDate>Wed, 12 May 2010 23:17:24 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">5432@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I haven't tested this with Thickbox at all, just the Fancybox for the tutorial you saw. We don't have a PM feature on this forum right now but If you'd like to post a link to your form page (where you launch the modal window), someone can take a look at it and see if anything jumps out.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>stealthkinetics on "modal form in thickbox"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/modal-form-in-thickbox#post-5420</link>
			<pubDate>Wed, 12 May 2010 12:53:48 +0000</pubDate>
			<dc:creator>stealthkinetics</dc:creator>
			<guid isPermaLink="false">5420@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;(I just tried it using the &#34;plain page&#34; code in that tutorial and get the same result. Submits when tested alone - but not in Thickbox...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>stealthkinetics on "modal form in thickbox"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/modal-form-in-thickbox#post-5419</link>
			<pubDate>Wed, 12 May 2010 12:46:39 +0000</pubDate>
			<dc:creator>stealthkinetics</dc:creator>
			<guid isPermaLink="false">5419@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I've been following the blog post here (&#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;) regarding modal form in FancyBox, but I'm trying to do it in Thickbox since it's already loaded/used on my site. &#60;/p&#62;
&#60;p&#62;The form is loading into thickbox alright but it is not being processed when I submit it. It DOES work when I test the form alone (not loaded into the other page through TB)... &#60;/p&#62;
&#60;p&#62;I've used a &#34;simple&#34; page template included in Hybrid theme, is there possibly too many elements being loaded onto that page?&#60;/p&#62;
&#60;p&#62;Would be glad to PM links to anyone willing to help...
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
