<?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: Form does not show in jQuery tabbed menu on the front page</title>
		<link>https://legacy.forums.gravityhelp.com/topic/form-does-not-show-in-jquery-tabbed-menu-on-the-front-page</link>
		<description>Gravity Support Forums Topic: Form does not show in jQuery tabbed menu on the front page</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 20:24:44 +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/form-does-not-show-in-jquery-tabbed-menu-on-the-front-page" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Form does not show in jQuery tabbed menu on the front page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-does-not-show-in-jquery-tabbed-menu-on-the-front-page#post-5881</link>
			<pubDate>Fri, 28 May 2010 22:14:40 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">5881@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Samantha! Let us know how it goes.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Samantha on "Form does not show in jQuery tabbed menu on the front page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-does-not-show-in-jquery-tabbed-menu-on-the-front-page#post-5875</link>
			<pubDate>Fri, 28 May 2010 18:39:31 +0000</pubDate>
			<dc:creator>Samantha</dc:creator>
			<guid isPermaLink="false">5875@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you for the information! Will try your suggestions. &#60;/p&#62;
&#60;p&#62;P.S. Gravity support is awesome!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Form does not show in jQuery tabbed menu on the front page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-does-not-show-in-jquery-tabbed-menu-on-the-front-page#post-5858</link>
			<pubDate>Fri, 28 May 2010 13:58:17 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">5858@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Samantha,&#60;/p&#62;
&#60;p&#62;I installed &#34;the Station&#34; theme locally and tested it out. The form worked fine.&#60;/p&#62;
&#60;p&#62;I embedded the form in a page, then included that page id in the tabber settings and it displayed the form properly.&#60;/p&#62;
&#60;p&#62;One thing I did note is that the styles aren't being loaded automatically because of how the form is being called into the page. To fix that, I manually enqueued the CSS and scripts by placing a short block of script in the themes functions.php file.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;//Enqueue Gravity Forms CSS and scripts for use outside the loop

wp_enqueue_script(&#38;quot;gforms_ui_datepicker&#38;quot;, WP_PLUGIN_URL . &#38;quot;/gravityforms/js/jquery-ui/ui.datepicker.js&#38;quot;, array(&#38;quot;jquery&#38;quot;), &#38;quot;1.3.9&#38;quot;, true);

wp_enqueue_script(&#38;quot;gforms_datepicker&#38;quot;, WP_PLUGIN_URL . &#38;quot;/gravityforms/js/datepicker.js&#38;quot;, array(&#38;quot;gforms_ui_datepicker&#38;quot;), &#38;quot;1.3.9&#38;quot;, true);

wp_enqueue_script(&#38;quot;gforms_conditional_logic_lib&#38;quot;, WP_PLUGIN_URL . &#38;quot;/gravityforms/js/conditional_logic.js&#38;quot;, array(&#38;quot;gforms_ui_datepicker&#38;quot;), &#38;quot;1.3.9&#38;quot;, true);

wp_enqueue_style(&#38;quot;gforms_css&#38;quot;, WP_PLUGIN_URL . &#38;quot;/gravityforms/css/forms.css&#38;quot;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;After adding that, all the styles were in place and the form looked and functioned as it should.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://grab.by/grabs/6470adc5224c93227585e980c25c7542.png&#34; rel=&#34;nofollow&#34;&#62;screenshot&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I'm not sure what you've run into. It may be a conflict with another script or plugin. It's hard to tell without seeing it.&#60;/p&#62;
&#60;p&#62;If you still can't get it to work, you can send us an admin login to your site via our &#60;a href=&#34;http://www.gravityhelp.com/contact-us&#34; rel=&#34;nofollow&#34;&#62;contact form&#60;/a&#62; and we'll take a look.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Form does not show in jQuery tabbed menu on the front page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-does-not-show-in-jquery-tabbed-menu-on-the-front-page#post-5855</link>
			<pubDate>Fri, 28 May 2010 13:25:19 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">5855@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'll look into it and I'll see what else I can find out.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Samantha on "Form does not show in jQuery tabbed menu on the front page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-does-not-show-in-jquery-tabbed-menu-on-the-front-page#post-5853</link>
			<pubDate>Fri, 28 May 2010 12:13:14 +0000</pubDate>
			<dc:creator>Samantha</dc:creator>
			<guid isPermaLink="false">5853@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Got a reply WooThemes support:&#60;br /&#62;
&#34;Shortcodes can only be used in Post Content.&#60;/p&#62;
&#60;p&#62;You're gonna have to look at the Gravity Forms website to see the syntax for putting it directly into the code, or what the best alternative would be.&#34;&#60;/p&#62;
&#60;p&#62;It is a page that I have the shortcode in. Any ideas? Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Form does not show in jQuery tabbed menu on the front page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-does-not-show-in-jquery-tabbed-menu-on-the-front-page#post-5810</link>
			<pubDate>Thu, 27 May 2010 00:26:49 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">5810@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Apparently the tabber script pulls in the post data, but won't execute the shortcode to embed the form. You may have to contact the Woo team for some theme support/suggestion on that one. It's not a Gravity Forms conflict, just a theme limitation.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Samantha on "Form does not show in jQuery tabbed menu on the front page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-does-not-show-in-jquery-tabbed-menu-on-the-front-page#post-5809</link>
			<pubDate>Wed, 26 May 2010 23:54:18 +0000</pubDate>
			<dc:creator>Samantha</dc:creator>
			<guid isPermaLink="false">5809@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I have not been able to figure out how to display a form inside an area of a jQuery tabber in the front page. It is a page. The theme is The Station from WooThemes. The only thing that appears is:&#60;br /&#62;
[gravityform id=1 name=HousingChecklist title=false description=false]&#60;/p&#62;
&#60;p&#62;Is there a possible conflict?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
