<?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: Admin Fields showing up where they shouldn&#039;t</title>
		<link>https://legacy.forums.gravityhelp.com/topic/admin-fields-showing-up-where-they-shouldnt</link>
		<description>Gravity Support Forums Topic: Admin Fields showing up where they shouldn&#039;t</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 09:39:58 +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/admin-fields-showing-up-where-they-shouldnt" rel="self" type="application/rss+xml" />

		<item>
			<title>digitalbrands on "Admin Fields showing up where they shouldn&#039;t"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/admin-fields-showing-up-where-they-shouldnt#post-71165</link>
			<pubDate>Wed, 15 Aug 2012 13:52:52 +0000</pubDate>
			<dc:creator>digitalbrands</dc:creator>
			<guid isPermaLink="false">71165@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm doing an AJAX call which among other things returns the markup for a form. I too am having admin fields display instead of the form (both when using the [gravityform] shortcode as well as gravity_form() function). The same form displays properly if it is put in a template page.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Admin Fields showing up where they shouldn&#039;t"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/admin-fields-showing-up-where-they-shouldnt#post-59847</link>
			<pubDate>Tue, 22 May 2012 10:48:43 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">59847@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sure &#60;a href=&#34;mailto:peralty@rocketgenius.com&#34;&#62;peralty@rocketgenius.com&#60;/a&#62;. Please reference this forum thread, and let me know exactly what you are hoping to see.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Patrik on "Admin Fields showing up where they shouldn&#039;t"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/admin-fields-showing-up-where-they-shouldnt#post-59845</link>
			<pubDate>Tue, 22 May 2012 10:42:31 +0000</pubDate>
			<dc:creator>Patrik</dc:creator>
			<guid isPermaLink="false">59845@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;David Peralty can I send you a link to the dev site so you can see what is been pulled through?&#60;/p&#62;
&#60;p&#62;The gravity forms plugin is on the latest version as a developer license was bought this morning.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Patrik on "Admin Fields showing up where they shouldn&#039;t"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/admin-fields-showing-up-where-they-shouldnt#post-59838</link>
			<pubDate>Tue, 22 May 2012 10:08:57 +0000</pubDate>
			<dc:creator>Patrik</dc:creator>
			<guid isPermaLink="false">59838@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It's a custom theme build so I would have to build the same AJAX modal functionality in 2010 / 2011 to test if it is a theme conflict.&#60;/p&#62;
&#60;p&#62;Could it be to do with the if( is_admin ) in the following:&#60;/p&#62;
&#60;p&#62;		`if( is_admin() )&#60;br /&#62;
			add_action( 'wp_ajax_contact_popup', array( &#38;amp;$this, 'contact_popup' ) );&#60;br /&#62;
		add_action( 'wp_ajax_nopriv_contact_popup', array( &#38;amp;$this, 'contact_popup' ) );`&#60;/p&#62;
&#60;p&#62;I have commented that line out and it killed the return content from the AJAX request.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Admin Fields showing up where they shouldn&#039;t"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/admin-fields-showing-up-where-they-shouldnt#post-59830</link>
			<pubDate>Tue, 22 May 2012 09:58:43 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">59830@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Patrik, can you please try testing the following: &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Testing_for_a_Theme/Plugin_Conflict&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Testing_for_a_Theme/Plugin_Conflict&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Also, I'm pretty sure the specific issue in this thread has been patched in the latest Gravity Forms version.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Patrik on "Admin Fields showing up where they shouldn&#039;t"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/admin-fields-showing-up-where-they-shouldnt#post-59829</link>
			<pubDate>Tue, 22 May 2012 09:55:58 +0000</pubDate>
			<dc:creator>Patrik</dc:creator>
			<guid isPermaLink="false">59829@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am having the same problem trying to pull in a contact form via AJAX and displaying it in Modal box.&#60;/p&#62;
&#60;p&#62;The method used is &#34;echo do_shortcode(BLAH BLAH ETC);&#34;&#60;/p&#62;
&#60;p&#62;What was the fix in the end?&#60;/p&#62;
&#60;p&#62;Matthew.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Admin Fields showing up where they shouldn&#039;t"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/admin-fields-showing-up-where-they-shouldnt#post-59391</link>
			<pubDate>Fri, 18 May 2012 07:57:30 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">59391@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Probably should take this as a case by case thing, and not post core edits publicly. :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mark Jansen on "Admin Fields showing up where they shouldn&#039;t"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/admin-fields-showing-up-where-they-shouldnt#post-59377</link>
			<pubDate>Fri, 18 May 2012 06:29:05 +0000</pubDate>
			<dc:creator>Mark Jansen</dc:creator>
			<guid isPermaLink="false">59377@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;p.s. if you want me to. I can post the solution here. But involves doing stuff in the core files. So I'm not sure if you are comfortable with that.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mark Jansen on "Admin Fields showing up where they shouldn&#039;t"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/admin-fields-showing-up-where-they-shouldnt#post-59376</link>
			<pubDate>Fri, 18 May 2012 06:28:18 +0000</pubDate>
			<dc:creator>Mark Jansen</dc:creator>
			<guid isPermaLink="false">59376@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks a lot to David and Alex for helping me solve this. :-)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mark Jansen on "Admin Fields showing up where they shouldn&#039;t"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/admin-fields-showing-up-where-they-shouldnt#post-58956</link>
			<pubDate>Tue, 15 May 2012 06:24:56 +0000</pubDate>
			<dc:creator>Mark Jansen</dc:creator>
			<guid isPermaLink="false">58956@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Well, there's a new development. I spoke to the theme's developer and he says it might be a small bug in Gravity Forms.&#60;/p&#62;
&#60;p&#62;An Ajax Call (which he uses to get the pages) makes is_admin() return TRUE, even though that is not correct. It also makes Gravity think I'm on an admin page and includes the admin version of the form. Is there any way around this, any way I can work around this?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
