<?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: How to add Gravity Form to the Page with a custom HTML template?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/how-to-add-gravity-form-to-the-page-with-a-custom-html-template</link>
		<description>Gravity Support Forums Topic: How to add Gravity Form to the Page with a custom HTML template?</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 18:41:12 +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/how-to-add-gravity-form-to-the-page-with-a-custom-html-template" rel="self" type="application/rss+xml" />

		<item>
			<title>kyle on "How to add Gravity Form to the Page with a custom HTML template?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-add-gravity-form-to-the-page-with-a-custom-html-template#post-45215</link>
			<pubDate>Fri, 30 Dec 2011 22:38:46 +0000</pubDate>
			<dc:creator>kyle</dc:creator>
			<guid isPermaLink="false">45215@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You could try using &#60;a href=&#34;http://codex.wordpress.org/Function_Reference/wp_footer&#34; rel=&#34;nofollow&#34;&#62;wp_footer&#60;/a&#62; too before your closing body tag.  I think some js gets called there too.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "How to add Gravity Form to the Page with a custom HTML template?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-add-gravity-form-to-the-page-with-a-custom-html-template#post-45214</link>
			<pubDate>Fri, 30 Dec 2011 21:56:21 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">45214@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Glad to help, Happy New Year to you too!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dima on "How to add Gravity Form to the Page with a custom HTML template?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-add-gravity-form-to-the-page-with-a-custom-html-template#post-45211</link>
			<pubDate>Fri, 30 Dec 2011 21:08:45 +0000</pubDate>
			<dc:creator>Dima</dc:creator>
			<guid isPermaLink="false">45211@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Date picker does not work anyway, but I at list can use drop down. Thank you!!!!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dima on "How to add Gravity Form to the Page with a custom HTML template?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-add-gravity-form-to-the-page-with-a-custom-html-template#post-45210</link>
			<pubDate>Fri, 30 Dec 2011 20:58:53 +0000</pubDate>
			<dc:creator>Dima</dc:creator>
			<guid isPermaLink="false">45210@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;WOW! It works!!! &#38;lt;?php wp_head(); ?&#38;gt; &#60;/p&#62;
&#60;p&#62;I got some extra space on the top of the page, but the form is working now!!! Thank you very much!!!&#60;/p&#62;
&#60;p&#62;Happy New Year to all of you!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "How to add Gravity Form to the Page with a custom HTML template?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-add-gravity-form-to-the-page-with-a-custom-html-template#post-45209</link>
			<pubDate>Fri, 30 Dec 2011 20:09:11 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">45209@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The issue is because the scripts and styles are not being pulled in, which does come through automagically via the head. I mean technically you can place a hard-coded path to the gravityforms css and js files, but that's really not ideal, especially for pages where those files are not needed.&#60;/p&#62;
&#60;p&#62;Try placing the wp_head() into your template page just before the closing &#38;lt;/head&#38;gt; tag. Reference:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://codex.wordpress.org/Function_Reference/wp_head&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Function_Reference/wp_head&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dima on "How to add Gravity Form to the Page with a custom HTML template?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-add-gravity-form-to-the-page-with-a-custom-html-template#post-45202</link>
			<pubDate>Fri, 30 Dec 2011 17:04:41 +0000</pubDate>
			<dc:creator>Dima</dc:creator>
			<guid isPermaLink="false">45202@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Here it is &#60;a href=&#34;http://forms.integrity-counseling.com/&#34; rel=&#34;nofollow&#34;&#62;http://forms.integrity-counseling.com/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;This template does not use header and footer. Can I add just a JavaScript code without the header and footer? If yes, can you help me with that?&#60;/p&#62;
&#60;p&#62;Thank you Rob and thank you Kyle!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kyle on "How to add Gravity Form to the Page with a custom HTML template?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-add-gravity-form-to-the-page-with-a-custom-html-template#post-45186</link>
			<pubDate>Fri, 30 Dec 2011 08:55:31 +0000</pubDate>
			<dc:creator>kyle</dc:creator>
			<guid isPermaLink="false">45186@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Does this template use header and footer files?  If not, the required JavaScript is probably not being called.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "How to add Gravity Form to the Page with a custom HTML template?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-add-gravity-form-to-the-page-with-a-custom-html-template#post-45182</link>
			<pubDate>Fri, 30 Dec 2011 08:15:11 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">45182@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can you post a link to your form page so we can take a look.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dima on "How to add Gravity Form to the Page with a custom HTML template?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-add-gravity-form-to-the-page-with-a-custom-html-template#post-45179</link>
			<pubDate>Fri, 30 Dec 2011 05:31:29 +0000</pubDate>
			<dc:creator>Dima</dc:creator>
			<guid isPermaLink="false">45179@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello! &#60;/p&#62;
&#60;p&#62;I have created a custom html based template in wordpress.&#60;br /&#62;
Now, I would like to insert a form to the page that I created using my custom template.&#60;br /&#62;
I have inserted the following code inside of my custom template, which allows me to insert a form on the pages that use my custom template.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;[php]
 &#38;lt;div id=&#38;quot;primary&#38;quot;&#38;gt;
			&#38;lt;div id=&#38;quot;content&#38;quot; role=&#38;quot;main&#38;quot;&#38;gt;

				&#38;lt;?php while ( have_posts() ) : the_post(); ?&#38;gt;

					&#38;lt;?php get_template_part( &#38;#39;content&#38;#39;, &#38;#39;page&#38;#39; ); ?&#38;gt;

					&#38;lt;?php comments_template( &#38;#39;&#38;#39;, true ); ?&#38;gt;

				&#38;lt;?php endwhile; // end of the loop. ?&#38;gt;

			&#38;lt;/div&#38;gt;&#38;lt;!-- #content --&#38;gt;
		&#38;lt;/div&#38;gt;&#38;lt;!-- #primary --&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;However, the form does not look and function the way it should, especially when I use advanced fields like Date with a picker, etc. &#60;/p&#62;
&#60;p&#62;When I change the template of the page to my theme's default template, the form looks and function well. &#60;/p&#62;
&#60;p&#62;My first idea was that the HTML code itself is the source of this problem. However, when I created just a blank custom template with the code above, the form looks exactly the same way (not good). &#60;/p&#62;
&#60;p&#62;It looks to me that the above code is not the one that I should use. Can you help me with this problem please? I just spent 8 hours trying to find the solution. Your help is very much appreciated!&#60;/p&#62;
&#60;p&#62;Thank you very, very much!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
