<?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 not showing - error</title>
		<link>https://legacy.forums.gravityhelp.com/topic/form-not-showing-error</link>
		<description>Gravity Support Forums Topic: Form not showing - error</description>
		<language>en-US</language>
		<pubDate>Sat, 25 Apr 2026 01:10:26 +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-not-showing-error" rel="self" type="application/rss+xml" />

		<item>
			<title>Sbyrakis on "Form not showing - error"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-not-showing-error#post-22670</link>
			<pubDate>Thu, 07 Apr 2011 00:45:09 +0000</pubDate>
			<dc:creator>Sbyrakis</dc:creator>
			<guid isPermaLink="false">22670@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Carl, this worked like a charm!&#60;/p&#62;
&#60;p&#62;:)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Form not showing - error"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-not-showing-error#post-22236</link>
			<pubDate>Fri, 01 Apr 2011 11:46:10 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">22236@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@sbyrakis Does the form have conditional logic in it? If so then you probably aren't enqueuing the necessary scripts.  If you are calling a form via the function call you have to enqueue the scripts.  See this documentation:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gravity_form_enqueue_scripts&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gravity_form_enqueue_scripts&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Please note the enqueue function needs to be used somewhere that it isn't executed too late in the WordPress page execution process so it can enqueue the scripts.  The usual place is your themes functions.php file.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Sbyrakis on "Form not showing - error"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-not-showing-error#post-22218</link>
			<pubDate>Fri, 01 Apr 2011 02:39:54 +0000</pubDate>
			<dc:creator>Sbyrakis</dc:creator>
			<guid isPermaLink="false">22218@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi guys,&#60;/p&#62;
&#60;p&#62;I have the same type of problem and unfortunately I can not switch to shortcodes, I want to embed a form to a template of a buddypress component extension (BuddyPress Skeleton Component).  The form works well in a static page, using shortcodes.&#60;/p&#62;
&#60;p&#62;Placing the following code in the content area of the template, inline with html, does not produce any output. &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php gravity_form(2, false, false, false, &#38;#39;&#38;#39;, true); ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I have tried to disable ajax, no success&#60;/p&#62;
&#60;p&#62;Can you give me some direction?&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
Stelios
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Form not showing - error"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-not-showing-error#post-21898</link>
			<pubDate>Mon, 28 Mar 2011 23:06:24 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">21898@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@semrocc,&#60;/p&#62;
&#60;p&#62;Thanks for the update. We're glad you've got everything working well now.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>semrocc on "Form not showing - error"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-not-showing-error#post-21886</link>
			<pubDate>Mon, 28 Mar 2011 21:22:54 +0000</pubDate>
			<dc:creator>semrocc</dc:creator>
			<guid isPermaLink="false">21886@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have now reconstructed my form pages and switched over to the Shortcode method and all seems to be working good...actually, this seems to be much simpler.&#60;/p&#62;
&#60;p&#62;Thanks again!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>semrocc on "Form not showing - error"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-not-showing-error#post-21876</link>
			<pubDate>Mon, 28 Mar 2011 19:24:31 +0000</pubDate>
			<dc:creator>semrocc</dc:creator>
			<guid isPermaLink="false">21876@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ok...I tried both suggestions and they both didn't work. &#60;/p&#62;
&#60;p&#62;Carl, when I tried replacing my old function code with:&#60;/p&#62;
&#60;p&#62;gravity_form_enqueue_scripts(1, true);&#60;br /&#62;
gravity_form_enqueue_scripts(3, true);&#60;br /&#62;
gravity_form_enqueue_scripts(5, true);&#60;/p&#62;
&#60;p&#62;I got the following fatal error:&#60;/p&#62;
&#60;p&#62;[28-Mar-2011 23:07:20] PHP Fatal error:  Class 'GFCommon' not found in /path-to-file/wp-content/plugins/gravityforms/gravityforms.php on line 1201&#60;/p&#62;
&#60;p&#62;David, when I tried your code...2 of my forms didn't show and one was all messed up because it didn't seem to see the css.&#60;/p&#62;
&#60;p&#62;I would like to just use something that works, how can I ad jquery.textareaCounter.plugin.js to my original function code so that it works and is this the only thing I would need to use the Character limiter?&#60;/p&#62;
&#60;p&#62;Thanks again
&#60;/p&#62;</description>
		</item>
		<item>
			<title>semrocc on "Form not showing - error"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-not-showing-error#post-21842</link>
			<pubDate>Mon, 28 Mar 2011 16:21:08 +0000</pubDate>
			<dc:creator>semrocc</dc:creator>
			<guid isPermaLink="false">21842@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks David...I will work with this.&#60;/p&#62;
&#60;p&#62;Would it make sense to include this example or others in the GF Documentation, it would probably be of value seeing it there as well...just a thought.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "Form not showing - error"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-not-showing-error#post-21829</link>
			<pubDate>Mon, 28 Mar 2011 15:31:28 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">21829@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Assuming that all of your forms are on a specific post or page and not in the sidebar or something like that, this switch case should do the trick for you.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://pastie.org/1727746&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org/1727746&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>semrocc on "Form not showing - error"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-not-showing-error#post-21815</link>
			<pubDate>Mon, 28 Mar 2011 14:13:19 +0000</pubDate>
			<dc:creator>semrocc</dc:creator>
			<guid isPermaLink="false">21815@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Carl, much appreciated.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Form not showing - error"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-not-showing-error#post-21808</link>
			<pubDate>Mon, 28 Mar 2011 14:04:39 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">21808@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'll have another developer post an example in a little bit to get you started.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
