<?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: Inserting Form via PHP in a non-standard page</title>
		<link>https://legacy.forums.gravityhelp.com/topic/inserting-form-via-php-in-a-non-standard-page</link>
		<description>Gravity Support Forums Topic: Inserting Form via PHP in a non-standard page</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 04:53:46 +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/inserting-form-via-php-in-a-non-standard-page" rel="self" type="application/rss+xml" />

		<item>
			<title>robgranholm on "Inserting Form via PHP in a non-standard page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/inserting-form-via-php-in-a-non-standard-page#post-70225</link>
			<pubDate>Wed, 08 Aug 2012 16:38:09 +0000</pubDate>
			<dc:creator>robgranholm</dc:creator>
			<guid isPermaLink="false">70225@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hmm I see, so throwing this into this plugin which has it's own structure, that looks outside of WP normal functions, as it pretty much strips the page of everything but a title some big bold words and a form spot...this just looks like it won't happen.&#60;/p&#62;
&#60;p&#62;Bummer...thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Inserting Form via PHP in a non-standard page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/inserting-form-via-php-in-a-non-standard-page#post-70222</link>
			<pubDate>Wed, 08 Aug 2012 16:29:06 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">70222@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yeah, there is no way of making this work without hooking it into WordPress' functions. Currently all you have is a non-wordpress page that you are trying to get a Gravity Form to work on. You will need get WordPress involved in this template. I can't remember the minimum to do that though. I'll have to search for using WordPress functions in a non-WordPress page.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>robgranholm on "Inserting Form via PHP in a non-standard page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/inserting-form-via-php-in-a-non-standard-page#post-70221</link>
			<pubDate>Wed, 08 Aug 2012 16:24:57 +0000</pubDate>
			<dc:creator>robgranholm</dc:creator>
			<guid isPermaLink="false">70221@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hmm when I have this as the code for the index.php page, it seems to strip the head part...no change for the form.&#60;/p&#62;
&#60;p&#62;It's live here &#60;a href=&#34;http://itarsenal.com/welcome&#34; rel=&#34;nofollow&#34;&#62;http://itarsenal.com/welcome&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#38;lt;!DOCTYPE html&#38;gt;&#60;br /&#62;
&#38;lt;html&#38;gt;&#60;br /&#62;
    &#38;lt;head&#38;gt;&#60;br /&#62;
    &#38;lt;?php&#60;br /&#62;
gravity_form_enqueue_scripts(2, false);&#60;br /&#62;
?&#38;gt;&#60;br /&#62;
    &#38;lt;/head&#38;gt;&#60;br /&#62;
    &#38;lt;body&#38;gt;&#60;/p&#62;
&#60;p&#62;                	&#38;lt;center&#38;gt;&#38;lt;?php echo do_shortcode('[gravityform id=&#34;2&#34; name=&#34;Mailchimp ITA Newsletter Form&#34; title=&#34;false&#34; description=&#34;false&#34; ajax=&#34;false&#34;]'); ?&#38;gt;&#38;lt;/center&#38;gt;&#60;br /&#62;
               test&#60;/p&#62;
&#60;p&#62;    &#38;lt;/body&#38;gt;&#60;br /&#62;
&#38;lt;/html&#38;gt;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Inserting Form via PHP in a non-standard page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/inserting-form-via-php-in-a-non-standard-page#post-70219</link>
			<pubDate>Wed, 08 Aug 2012 16:09:57 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">70219@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Try adding this to your head area -&#60;br /&#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;</description>
		</item>
		<item>
			<title>robgranholm on "Inserting Form via PHP in a non-standard page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/inserting-form-via-php-in-a-non-standard-page#post-70216</link>
			<pubDate>Wed, 08 Aug 2012 16:04:43 +0000</pubDate>
			<dc:creator>robgranholm</dc:creator>
			<guid isPermaLink="false">70216@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can I get the raw code? &#60;/p&#62;
&#60;p&#62;The standard head and footer isn't used in the plugin since it is a custom welcome page, it strips and replaces these elements...&#60;/p&#62;
&#60;p&#62;-r
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Inserting Form via PHP in a non-standard page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/inserting-form-via-php-in-a-non-standard-page#post-70209</link>
			<pubDate>Wed, 08 Aug 2012 15:37:43 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">70209@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Throw wp_head() and/or wp_footer() into your template page.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>robgranholm on "Inserting Form via PHP in a non-standard page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/inserting-form-via-php-in-a-non-standard-page#post-70208</link>
			<pubDate>Wed, 08 Aug 2012 15:36:32 +0000</pubDate>
			<dc:creator>robgranholm</dc:creator>
			<guid isPermaLink="false">70208@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm trying to edit a welcome gate type plugin, that shows a welcome page once on a new user's first visit, and throw a form on it. &#60;/p&#62;
&#60;p&#62;I've stripped away everything except the form, and it's still not working, so I'm guessing it's missing some header codes or javascript or something that get's included that I don't see when I drop it in via the shortcode menu.&#60;/p&#62;
&#60;p&#62;How can I insert a form on a non-standard page? The form shows, but doesn't respond.&#60;/p&#62;
&#60;p&#62;Here's the page&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://itarsenal.com/welcome&#34; rel=&#34;nofollow&#34;&#62;http://itarsenal.com/welcome&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Here's the page code that I stripped, there's a bunch more elements in the plugin, but I erased everything to try and troubleshoot except the form insert code.&#60;/p&#62;
&#60;p&#62;Help appreciated, I'm not sure what's missing.&#60;/p&#62;
&#60;p&#62;====&#60;/p&#62;
&#60;p&#62;&#38;lt;!DOCTYPE html&#38;gt;&#60;br /&#62;
&#38;lt;html&#38;gt;&#60;br /&#62;
    &#38;lt;head&#38;gt;&#60;/p&#62;
&#60;p&#62;    &#38;lt;/head&#38;gt;&#60;br /&#62;
    &#38;lt;body&#38;gt;&#60;/p&#62;
&#60;p&#62;                	&#38;lt;center&#38;gt;&#38;lt;?php echo do_shortcode('[gravityform id=&#34;2&#34; name=&#34;Mailchimp ITA Newsletter Form&#34; title=&#34;false&#34; description=&#34;false&#34; ajax=&#34;false&#34;]'); ?&#38;gt;&#38;lt;/center&#38;gt;&#60;/p&#62;
&#60;p&#62;    &#38;lt;/body&#38;gt;&#60;br /&#62;
&#38;lt;/html&#38;gt;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
