<?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: Opening a form with EasyFancybox plugin</title>
		<link>https://legacy.forums.gravityhelp.com/topic/opening-a-form-with-easyfancybox-plugin</link>
		<description>Gravity Support Forums Topic: Opening a form with EasyFancybox plugin</description>
		<language>en-US</language>
		<pubDate>Mon, 13 Apr 2026 18:51:50 +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/opening-a-form-with-easyfancybox-plugin" rel="self" type="application/rss+xml" />

		<item>
			<title>sascha on "Opening a form with EasyFancybox plugin"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/opening-a-form-with-easyfancybox-plugin#post-46681</link>
			<pubDate>Wed, 18 Jan 2012 06:04:03 +0000</pubDate>
			<dc:creator>sascha</dc:creator>
			<guid isPermaLink="false">46681@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Keep me posted..
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fidelisart on "Opening a form with EasyFancybox plugin"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/opening-a-form-with-easyfancybox-plugin#post-46536</link>
			<pubDate>Tue, 17 Jan 2012 00:09:14 +0000</pubDate>
			<dc:creator>fidelisart</dc:creator>
			<guid isPermaLink="false">46536@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The form opens up fine, though there it doesn't stay open when using a multi-page form. The popup closes when you click the Next button. &#60;/p&#62;
&#60;p&#62;Does anyone have any suggestions for multipage forms and lightbox popups?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Opening a form with EasyFancybox plugin"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/opening-a-form-with-easyfancybox-plugin#post-45976</link>
			<pubDate>Tue, 10 Jan 2012 13:35:48 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">45976@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can add support to your theme to process shortcodes in widgets.  Will that help you?&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[php]
add_filter(&#38;#39;widget_text&#38;#39;, &#38;#39;do_shortcode&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Add that to your theme's functions.php and WordPress will process shortcodes in your widgets.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>WebMC on "Opening a form with EasyFancybox plugin"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/opening-a-form-with-easyfancybox-plugin#post-45692</link>
			<pubDate>Fri, 06 Jan 2012 05:05:00 +0000</pubDate>
			<dc:creator>WebMC</dc:creator>
			<guid isPermaLink="false">45692@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes it is the email us button in the header area, I cannot get it to use shortcodes, I used a text widget in the header widget area.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Opening a form with EasyFancybox plugin"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/opening-a-form-with-easyfancybox-plugin#post-45667</link>
			<pubDate>Thu, 05 Jan 2012 21:37:00 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">45667@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Is it the &#34;Email Us&#34; button that should open the form in a lightbox, like the Order Now button works?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>WebMC on "Opening a form with EasyFancybox plugin"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/opening-a-form-with-easyfancybox-plugin#post-45622</link>
			<pubDate>Thu, 05 Jan 2012 16:01:58 +0000</pubDate>
			<dc:creator>WebMC</dc:creator>
			<guid isPermaLink="false">45622@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi&#60;br /&#62;
I am building a site and I am required to have a pop-out lightbox effect for a simple contact form. I have got it to work on a page/post however I need it to work in the header. I am using a Genesis theme and need the form to show from the right header widget area.&#60;br /&#62;
This is the code I am using to call the form:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div style=&#38;quot;display:none&#38;quot; class=&#38;quot;fancybox-hidden&#38;quot;&#38;gt;&#38;lt;div id=&#38;quot;fancyboxID-1&#38;quot;&#38;gt;
    [gravityform id=&#38;quot;1&#38;quot; ajax=&#38;quot;true&#38;quot;]
    &#38;lt;/div&#38;gt;&#38;lt;/div&#38;gt;

    &#38;lt;a href=&#38;quot;#fancyboxID-1&#38;quot; class=&#38;quot;fancybox&#38;quot;&#38;gt;&#38;lt;img src=&#38;quot;/lt/images/home/email-us.png&#38;quot;&#38;gt;&#38;lt;/a&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I am calling the form with an image link. The page the form is on is on my dev site &#60;a href=&#34;http://www.wmcsites.co.uk/lt/index.php/test-page-2/&#34; rel=&#34;nofollow&#34;&#62;here&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Any help would be very useful
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
