<?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: Embedding Into A Theme</title>
		<link>https://legacy.forums.gravityhelp.com/topic/embedding-into-a-theme</link>
		<description>Gravity Support Forums Topic: Embedding Into A Theme</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 23:25:38 +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/embedding-into-a-theme" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Embedding Into A Theme"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/embedding-into-a-theme#post-75242</link>
			<pubDate>Thu, 13 Sep 2012 23:15:44 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">75242@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@smarie33 - please start a new topic for your unique situation and be sure to include a link to your site where the form is embedded.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>smarie33 on "Embedding Into A Theme"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/embedding-into-a-theme#post-75000</link>
			<pubDate>Wed, 12 Sep 2012 16:21:00 +0000</pubDate>
			<dc:creator>smarie33</dc:creator>
			<guid isPermaLink="false">75000@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;not to hijack this post, but my gravity form shows up, but when I press submit nothing happens. I am also embedding into a theme page. i tried with ajax, with out ajax. I added gravity_form_enqueue_scripts right before the wp_head. I saw that only output a link to css, so i enqueued gravityform.js and conditional_logic.js. I made sure the paths to the files were correct. Still nothing is happening
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Embedding Into A Theme"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/embedding-into-a-theme#post-63955</link>
			<pubDate>Thu, 28 Jun 2012 14:43:32 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">63955@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;How are you adding this to that file? It is getting &#34;stripped&#34; out and not processed by PHP, and that's why it isn't working. &#60;/p&#62;
&#60;p&#62;If I view source and see &#38;lt;?php gravity_form(10,true,true,false); ?&#38;gt; then that tells me something is wrong with your theme and is stopping PHP from running.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Cohesive Web Design on "Embedding Into A Theme"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/embedding-into-a-theme#post-63951</link>
			<pubDate>Thu, 28 Jun 2012 14:27:43 +0000</pubDate>
			<dc:creator>Cohesive Web Design</dc:creator>
			<guid isPermaLink="false">63951@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Okay updated it to just that and it is still not loading up. Hmmm...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Embedding Into A Theme"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/embedding-into-a-theme#post-63948</link>
			<pubDate>Thu, 28 Jun 2012 14:15:30 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">63948@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Interestingly enough, when I view the source of your home page, I actually see:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php gravity_form(=10, =true, =true, =false, =null, =false, ); ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Can you try&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php gravity_form(10,true,true,false); ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Also, can you look to see why any PHP code at all is showing?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Cohesive Web Design on "Embedding Into A Theme"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/embedding-into-a-theme#post-63944</link>
			<pubDate>Thu, 28 Jun 2012 14:07:13 +0000</pubDate>
			<dc:creator>Cohesive Web Design</dc:creator>
			<guid isPermaLink="false">63944@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Trying to embed a short form into my homepage.php file. &#60;/p&#62;
&#60;p&#62;Website here: &#60;a href=&#34;http://www.cohesiveideas.com&#34; rel=&#34;nofollow&#34;&#62;http://www.cohesiveideas.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Form on home page not showing up. &#60;/p&#62;
&#60;p&#62;Code for that area: &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;inner&#38;quot;&#38;gt;
		&#38;lt;div class=&#38;quot;alignright&#38;quot;&#38;gt;&#38;lt;div class=&#38;quot;homeheader&#38;quot;&#38;gt;
&#38;lt;h3&#38;gt;Cohesive Ideas Start With A Conversation&#38;lt;/h3&#38;gt;&#38;lt;/div&#38;gt;
&#38;lt;/div&#38;gt;
	&#38;lt;?php gravity_form($id=10, $display_title=true, $display_description=true, $display_inactive=false, $field_values=null, $ajax=false, $tabindex); ?&#38;gt;

&#38;lt;div class=&#38;quot;alignleft&#38;quot;&#38;gt;
&#38;lt;iframe src=&#38;quot;http://player.vimeo.com/video/42746046?autoplay=1&#38;quot; frameborder=&#38;quot;0&#38;quot; width=&#38;quot;508&#38;quot; height=&#38;quot;286&#38;quot;&#38;gt;&#38;lt;/iframe&#38;gt;
&#38;lt;/div&#38;gt;
	&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Code added before wp_head&#34;&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
gravity_form_enqueue_scripts(10, true);
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I followed everything to the letter... at least tried to. Searched around on the forums and didn't find a fix.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
