<?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 won&#039;t show up on page, it just shows the code.</title>
		<link>https://legacy.forums.gravityhelp.com/topic/form-wont-show-up-on-page-it-just-shows-the-code</link>
		<description>Gravity Support Forums Topic: Form won&#039;t show up on page, it just shows the code.</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 01:26:42 +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-wont-show-up-on-page-it-just-shows-the-code" rel="self" type="application/rss+xml" />

		<item>
			<title>LiveFree88 on "Form won&#039;t show up on page, it just shows the code."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-wont-show-up-on-page-it-just-shows-the-code#post-37898</link>
			<pubDate>Fri, 14 Oct 2011 03:43:42 +0000</pubDate>
			<dc:creator>LiveFree88</dc:creator>
			<guid isPermaLink="false">37898@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;So here is what I ended up doing to work around the shortcode issue.  I made a form using the plugin and then I pasted the shortcode into a &#34;dummy&#34; page.  I then previewed the page so I could see the form.  I then looked at the source code of the page and copied the HTML code from the page for the form.  Starting with &#38;lt;form method and ending with &#38;lt;/form&#38;gt; I then took that HTML and pasted it into my page where I wanted the form to go and bam, it worked.  I was also able to put the code into an HTML editor and edit the form to my liking by adding images and extending the length of the input fields.  &#60;/p&#62;
&#60;p&#62;For me, this was much easier to do than mess with all of the function calls and theme templates.  I have no idea what all of that stuff means, and seemed like it was too confusing to have to mess with all of that.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Form won&#039;t show up on page, it just shows the code."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-wont-show-up-on-page-it-just-shows-the-code#post-37771</link>
			<pubDate>Wed, 12 Oct 2011 21:05:38 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">37771@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;blockquote&#62;&#60;p&#62;So you're saying that I have to go into my theme files and try to figure out where to put the code?
&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;Yes, Gravity Forms isn't Aweber and doesn't work the same way. You can't just paste the HTML anywhere in your page. You have to &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/File:Shortcode-icon.png&#34; rel=&#34;nofollow&#34;&#62;embed the shortcode in the WordPress content editor&#60;/a&#62; so it displays in the content area or if you want to use the form outside of the content area such as a sidebar, footer, header, etc. - That region has to support &#60;a href=&#34;http://codex.wordpress.org/WordPress_Widgets&#34; rel=&#34;nofollow&#34;&#62;WordPress widgets&#60;/a&#62;  or else you have to include the &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Embedding_A_Form&#34; rel=&#34;nofollow&#34;&#62;PHP function call&#60;/a&#62; in the page/template markup so the form loads there properly.&#60;/p&#62;
&#60;p&#62;If you're not sure how to edit your theme to place your form, you can probably contact your theme developer for guidance or you might be better off hiring a qualified developer to help you make theme customizations. There's a list of folks you might consider here.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wpcandy.com/pros/experienced/with-gravity-forms&#34; rel=&#34;nofollow&#34;&#62;http://wpcandy.com/pros/experienced/with-gravity-forms&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I'm not familiar with the &#34;Widgets to Pages&#34; plugin the other member mentioned so I can't vouch for it or offer any real guidance on that.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>joeypolice on "Form won&#039;t show up on page, it just shows the code."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-wont-show-up-on-page-it-just-shows-the-code#post-37764</link>
			<pubDate>Wed, 12 Oct 2011 20:13:33 +0000</pubDate>
			<dc:creator>joeypolice</dc:creator>
			<guid isPermaLink="false">37764@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I used the &#34;Widgets to Pages&#34; plugin.  Worked great.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>LiveFree88 on "Form won&#039;t show up on page, it just shows the code."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-wont-show-up-on-page-it-just-shows-the-code#post-37760</link>
			<pubDate>Wed, 12 Oct 2011 19:05:02 +0000</pubDate>
			<dc:creator>LiveFree88</dc:creator>
			<guid isPermaLink="false">37760@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm really confused now..  I'm use to Aweber where all I have to do is create a form and copy and past the HTML where I want it on my page and it works.&#60;/p&#62;
&#60;p&#62;So you're saying that I have to go into my theme files and try to figure out where to put the code?  How am I suppose to know where to put it so it will show up where I want it on my page?&#60;/p&#62;
&#60;p&#62;And this is only half the battle, I still need to figure out how to get this from to integrate with my affiliate plugin.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Form won&#039;t show up on page, it just shows the code."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-wont-show-up-on-page-it-just-shows-the-code#post-37751</link>
			<pubDate>Wed, 12 Oct 2011 18:13:27 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">37751@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Where did you put the function call? Because I see the function call on your site.  And that is the problem.  I shouldn't see the function call.&#60;/p&#62;
&#60;p&#62;You can only use function calls in theme template files.  If you have placed the function call is WordPress content or somewhere else, it's not going to execute because it's PHP.  PHP is only going to execute from the theme template file itself.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>LiveFree88 on "Form won&#039;t show up on page, it just shows the code."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-wont-show-up-on-page-it-just-shows-the-code#post-37740</link>
			<pubDate>Wed, 12 Oct 2011 17:51:45 +0000</pubDate>
			<dc:creator>LiveFree88</dc:creator>
			<guid isPermaLink="false">37740@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I tried following the instructions and added the following code in the header.php like so:&#60;/p&#62;
&#60;p&#62;&#38;lt;?php gravity_form_enqueue_scripts(1, false); ?&#38;gt;&#60;br /&#62;
&#38;lt;?php wp_head(); ?&#38;gt;&#60;br /&#62;
&#38;lt;?php woo_head(); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;Then I added the following code where I want the form to show up.&#60;/p&#62;
&#60;p&#62;&#38;lt;?php gravity_form(1, false, false, false, '', false); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;But I'm still not seeing the form?  Did I do something wrong?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Form won&#039;t show up on page, it just shows the code."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-wont-show-up-on-page-it-just-shows-the-code#post-37728</link>
			<pubDate>Wed, 12 Oct 2011 17:02:35 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">37728@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can't embed the shortcode outside of the content editor and expect it to work. If your sidebar supports widgets, then you can use the built-in Form widget that you'll find in the widget admin page to add your Gravity Form to the sidebar.&#60;/p&#62;
&#60;p&#62;If you form isn't widgetized and you're just putting HTML into the page template, then you'll need to use the function call method to embed the form directly into the page. If you do that, you'll need to manually enqueue the necessary scripts in your theme's header. php file so everything works properly.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Embedding_A_Form&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Embedding_A_Form&#60;/a&#62;&#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;My suggestion is to use the form widget there if possible.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>LiveFree88 on "Form won&#039;t show up on page, it just shows the code."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-wont-show-up-on-page-it-just-shows-the-code#post-37726</link>
			<pubDate>Wed, 12 Oct 2011 16:36:58 +0000</pubDate>
			<dc:creator>LiveFree88</dc:creator>
			<guid isPermaLink="false">37726@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;After setting up a form and inputting it into my site, it is only showing the code on my site not the form?  Here is the site I am talking about.  In the left column is where the form should be.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.telcoquotes.com/&#34; rel=&#34;nofollow&#34;&#62;http://www.telcoquotes.com/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I can input HTML in that sidebar and it works fine, but for some reason the gravity code doesn't work.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
