<?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: Hide Field Name</title>
		<link>https://legacy.forums.gravityhelp.com/topic/hide-field-name</link>
		<description>Gravity Support Forums Topic: Hide Field Name</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 19:17:15 +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/hide-field-name" rel="self" type="application/rss+xml" />

		<item>
			<title>David Peralty on "Hide Field Name"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hide-field-name#post-56648</link>
			<pubDate>Thu, 26 Apr 2012 11:05:08 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">56648@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Instead of leaving your field name blank you could put:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;amp;nbsp;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;It is the html code for a space. &#60;/p&#62;
&#60;p&#62;Hopefully though Shonari's example will help get you closer to what you want though.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Shonari on "Hide Field Name"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hide-field-name#post-53503</link>
			<pubDate>Mon, 26 Mar 2012 18:03:47 +0000</pubDate>
			<dc:creator>Shonari</dc:creator>
			<guid isPermaLink="false">53503@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;From what I understand specifying an admin label will override the default form field label. So your visitors see one label and you see another. You can then specify your notification email to display the admin labels by using merge tags.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Merge_Tags&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Merge_Tags&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;OK So i duplicated what you want.&#60;/p&#62;
&#60;p&#62;First. I would recommend you name all your fields something meaningful&#60;/p&#62;
&#60;p&#62;Name of point of Contact&#60;br /&#62;
Name of point of Contact #2&#60;br /&#62;
Name of point of Contact #3&#60;/p&#62;
&#60;p&#62;Click advanced in the form field and enter a css class name (example 'nameblank'). This should only be entered for the fields that you want to hide the label for ie #2 &#38;amp; #3&#60;/p&#62;
&#60;p&#62;paste the following in your themes stylesheet:&#60;/p&#62;
&#60;p&#62;.nameblank .gfield_label   {&#60;br /&#62;
display: none !important;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.nameblank  {&#60;br /&#62;
padding-left: 178px !important;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;Save the stylesheet. The changes should now be made. The first css code block hides the labels. The second block sets the padding. You can change the padding value to suite your needs.&#60;br /&#62;
using this method you dont have to enter a admin label. &#60;/p&#62;
&#60;p&#62;Apologies for my bad coding in advance.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>All on "Hide Field Name"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hide-field-name#post-53494</link>
			<pubDate>Mon, 26 Mar 2012 17:25:58 +0000</pubDate>
			<dc:creator>All</dc:creator>
			<guid isPermaLink="false">53494@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;thanks for your insight and help.&#60;/p&#62;
&#60;p&#62;Leaving the field name blank results the input field left aligning &#60;a href=&#34;http://www.gravityhelp.com/forums/topic/field-input-left-align-when-no-field-name&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/field-input-left-align-when-no-field-name&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;? - would specifying an admin label override the column header of the exported cvs data?&#60;br /&#62;
? - Fairly unfamiliar with gf.  If you could provide some specific steps in hiding the field it would be appreciated.  I tried using this helpful article &#60;a href=&#34;http://www.gravityhelp.com/css-ready-classes-for-gravity-forms/&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/css-ready-classes-for-gravity-forms/&#60;/a&#62; but the important part of the article where &#34;Can I create my own classes?&#34; didn't have any references in creating these custom classes.&#60;/p&#62;
&#60;p&#62;thanks again.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Shonari on "Hide Field Name"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hide-field-name#post-53484</link>
			<pubDate>Mon, 26 Mar 2012 16:17:45 +0000</pubDate>
			<dc:creator>Shonari</dc:creator>
			<guid isPermaLink="false">53484@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can leave the field label blank and specify an admin label in the advanced section of the field OR hide it by adding a CSS Class Name and set the title display to none in your themes css. &#60;/p&#62;
&#60;p&#62;For all fields you can try adding the following to your css&#60;/p&#62;
&#60;p&#62;.gform_wrapper .top_label .gfield_label {&#60;br /&#62;
display: none !important;&#60;br /&#62;
}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>All on "Hide Field Name"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hide-field-name#post-53483</link>
			<pubDate>Mon, 26 Mar 2012 16:05:43 +0000</pubDate>
			<dc:creator>All</dc:creator>
			<guid isPermaLink="false">53483@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Is there a way to hide the field name on fields?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
