<?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 Label in form editor</title>
		<link>https://legacy.forums.gravityhelp.com/topic/admin-label-in-form-editor</link>
		<description>Gravity Support Forums Topic: Admin Label in form editor</description>
		<language>en-US</language>
		<pubDate>Fri, 01 May 2026 20:12:24 +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-label-in-form-editor" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Admin Label in form editor"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/admin-label-in-form-editor#post-97547</link>
			<pubDate>Sat, 01 Dec 2012 01:48:29 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">97547@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;We don't recommend or support changing any core WordPress files.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>iWorldCreative on "Admin Label in form editor"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/admin-label-in-form-editor#post-96748</link>
			<pubDate>Wed, 28 Nov 2012 23:04:40 +0000</pubDate>
			<dc:creator>iWorldCreative</dc:creator>
			<guid isPermaLink="false">96748@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks mikecimi.  Good find!&#60;/p&#62;
&#60;p&#62;Would be great to have this as an option so that you can choose whether to display the field label or admin label in the form editing screen.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mikecimi on "Admin Label in form editor"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/admin-label-in-form-editor#post-18261</link>
			<pubDate>Thu, 10 Feb 2011 19:40:23 +0000</pubDate>
			<dc:creator>mikecimi</dc:creator>
			<guid isPermaLink="false">18261@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;In case anyone else is interested, all that needs to be changed is line 415 in form_detail.php. Change true to false&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;[php]
    if(is_array($form[&#38;quot;fields&#38;quot;]))
    {
       require_once(GFCommon::get_base_path() . &#38;quot;/form_display.php&#38;quot;);
       foreach($form[&#38;quot;fields&#38;quot;] as $field){
                echo GFFormDisplay::get_field($field, &#38;quot;&#38;quot;, false);       //&#38;lt;--- line 415
     }&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Admin Label in form editor"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/admin-label-in-form-editor#post-18246</link>
			<pubDate>Thu, 10 Feb 2011 18:09:39 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">18246@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm not 100% sure what would need to be changed, you'd have to inspect the code that outputs the form builder.  We don't support changes to the core code so I can't provide you with exact instructions as it's considered a customization.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mikecimi on "Admin Label in form editor"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/admin-label-in-form-editor#post-18244</link>
			<pubDate>Thu, 10 Feb 2011 18:08:05 +0000</pubDate>
			<dc:creator>mikecimi</dc:creator>
			<guid isPermaLink="false">18244@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Is there an easy way for me change this in the code?  I know it would break when I update the plugin, but I'm ok with that. It would make things much easier in the long run.&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
-Mike
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Admin Label in form editor"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/admin-label-in-form-editor#post-18241</link>
			<pubDate>Thu, 10 Feb 2011 18:02:37 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">18241@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;No, the Admin Label isn't used there. Thats the form display.  The Field Label is displayed there.  The Admin Label is used in the other areas of the admin when viewing Entry data.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mikecimi on "Admin Label in form editor"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/admin-label-in-form-editor#post-18235</link>
			<pubDate>Thu, 10 Feb 2011 17:26:58 +0000</pubDate>
			<dc:creator>mikecimi</dc:creator>
			<guid isPermaLink="false">18235@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This is what I was expecting &#34;The Admin Label overrides the Field Label when the field is displayed in the admin.&#34; but it is not working. It is showing the normal field label instead. The admin label is showing up in the entry list page though. Maybe my understanding is wrong but if you look at this image &#60;a href=&#34;http://blacklinepartners.com/gravity.gif&#34; rel=&#34;nofollow&#34;&#62;http://blacklinepartners.com/gravity.gif&#60;/a&#62; I was expecting &#34;warm fusion dates&#34; to show up where is says &#34;show date and location&#34;.  &#60;/p&#62;
&#60;p&#62;Thanks again,&#60;br /&#62;
-Mike
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Admin Label in form editor"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/admin-label-in-form-editor#post-18232</link>
			<pubDate>Thu, 10 Feb 2011 17:18:30 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">18232@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The Admin Label overrides the Field Label when the field is displayed in the admin.  &#60;/p&#62;
&#60;p&#62;This is primarily used in the Entry List page where you configure what columns are displayed.  The Admin Label is used for the column header for that field.  It is also useful when you want a blank Field Label such as when you have checkboxes that you want to appear without a field label.  If you populate an Admin Label you can leave the Field Label blank on the front end while still having a label for that field in the admin.&#60;/p&#62;
&#60;p&#62;It is not shown on the form itself.  It is used in situations where a label is necessary and either the Field Label is something really long or is left blank.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mikecimi on "Admin Label in form editor"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/admin-label-in-form-editor#post-18229</link>
			<pubDate>Thu, 10 Feb 2011 17:06:42 +0000</pubDate>
			<dc:creator>mikecimi</dc:creator>
			<guid isPermaLink="false">18229@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Is the admin label supposed to show up in the form editor as the main field description?  If not, is there a way to do this?   I have a form with dropdown boxes using conditional logic. The first dropdown is class type (Algebra, English, etc) and then the next drop down populates with dates based on the class type. I have multiple date dropdowns all named the same for the user but cannot tell which is which in the admin without clicking on each one. Since this will change frequently, I was hoping to easily tell which field is which. I am using version 1.4.5.&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
-Mike
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
