<?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 Form within WP-Admin</title>
		<link>https://legacy.forums.gravityhelp.com/topic/embedding-form-within-wp-admin</link>
		<description>Gravity Support Forums Topic: Embedding Form within WP-Admin</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 17:59:19 +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-form-within-wp-admin" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Embedding Form within WP-Admin"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/embedding-form-within-wp-admin#post-33869</link>
			<pubDate>Tue, 30 Aug 2011 00:01:39 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">33869@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;In case Scott does not check in here, you can contact him at his website:&#60;/p&#62;
&#60;p&#62;Scott Kingsley Clark&#60;br /&#62;
&#60;a href=&#34;http://scottkclark.com&#34; rel=&#34;nofollow&#34;&#62;http://scottkclark.com&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>scott74 on "Embedding Form within WP-Admin"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/embedding-form-within-wp-admin#post-33858</link>
			<pubDate>Mon, 29 Aug 2011 18:52:37 +0000</pubDate>
			<dc:creator>scott74</dc:creator>
			<guid isPermaLink="false">33858@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;ScOttkclark... did you get this to work.. i am trying the same thing... if so what file does the code go in....&#60;/p&#62;
&#60;p&#62;I started this thread on got directed here..  thanks&#60;/p&#62;
&#60;p&#62; &#60;a href=&#34;http://www.gravityhelp.com/forums/topic/gravity-forms-and-white-lable-brandingdashboard-plugin#post-33798&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/gravity-forms-and-white-lable-brandingdashboard-plugin#post-33798&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sc0ttkclark on "Embedding Form within WP-Admin"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/embedding-form-within-wp-admin#post-22550</link>
			<pubDate>Tue, 05 Apr 2011 13:16:18 +0000</pubDate>
			<dc:creator>sc0ttkclark</dc:creator>
			<guid isPermaLink="false">22550@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Perhaps something like this would be better:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if (!is_admin() &#124;&#124; (is_admin() &#38;amp;&#38;amp; isset($_GET[&#38;#39;page&#38;#39;]) &#38;amp;&#38;amp; (false === strpos($_GET[&#38;#39;page&#38;#39;], &#38;#39;gf_&#38;#39;) &#124;&#124; 0 &#38;lt; strpos($_GET[&#38;#39;page&#38;#39;], &#38;#39;gf_&#38;#39;))) {
    // show regular form or enqueue scripts / styles depending on the function
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Embedding Form within WP-Admin"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/embedding-form-within-wp-admin#post-22547</link>
			<pubDate>Tue, 05 Apr 2011 13:10:57 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">22547@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes, the enqueue does an !is_admin check so it doesn't enqueue the scripts in the admin area.  We will look into this and see what can be done to make the function calls work in the admin.  It may require an additional parameter be added to tell it it's being used in the admin.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sc0ttkclark on "Embedding Form within WP-Admin"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/embedding-form-within-wp-admin#post-22538</link>
			<pubDate>Tue, 05 Apr 2011 12:52:33 +0000</pubDate>
			<dc:creator>sc0ttkclark</dc:creator>
			<guid isPermaLink="false">22538@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The script enqueue function also won't work for the same reason (does a !is_admin() check)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sc0ttkclark on "Embedding Form within WP-Admin"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/embedding-form-within-wp-admin#post-22537</link>
			<pubDate>Tue, 05 Apr 2011 12:52:00 +0000</pubDate>
			<dc:creator>sc0ttkclark</dc:creator>
			<guid isPermaLink="false">22537@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;BTW, this seems to be the result of an is_admin() check.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sc0ttkclark on "Embedding Form within WP-Admin"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/embedding-form-within-wp-admin#post-22536</link>
			<pubDate>Tue, 05 Apr 2011 12:51:25 +0000</pubDate>
			<dc:creator>sc0ttkclark</dc:creator>
			<guid isPermaLink="false">22536@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It appears to be the form 'editor' without the script / styles to properly edit. (Edit / Delete buttons all over, disabled fields, etc..)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Embedding Form within WP-Admin"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/embedding-form-within-wp-admin#post-22515</link>
			<pubDate>Tue, 05 Apr 2011 11:25:29 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">22515@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I don't think this has ever been tested.  We will have to take a look and see what it is going on.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sc0ttkclark on "Embedding Form within WP-Admin"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/embedding-form-within-wp-admin#post-22495</link>
			<pubDate>Tue, 05 Apr 2011 06:46:50 +0000</pubDate>
			<dc:creator>sc0ttkclark</dc:creator>
			<guid isPermaLink="false">22495@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;When I use gravity_form via PHP to embed a form while in /wp-admin/ (it's in a thickbox inline popup) it appears to not function as expected. This is likely because it wasn't meant to be displayed in /wp-admin/ -- are there any workarounds?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
