<?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: Name field not displaying</title>
		<link>https://legacy.forums.gravityhelp.com/topic/name-field-not-displaying</link>
		<description>Gravity Support Forums Topic: Name field not displaying</description>
		<language>en-US</language>
		<pubDate>Wed, 22 Apr 2026 18:24:10 +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/name-field-not-displaying" rel="self" type="application/rss+xml" />

		<item>
			<title>system0 on "Name field not displaying"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/name-field-not-displaying#post-52042</link>
			<pubDate>Sun, 11 Mar 2012 15:26:14 +0000</pubDate>
			<dc:creator>system0</dc:creator>
			<guid isPermaLink="false">52042@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Rob. Seems to be displaying ok now. &#60;/p&#62;
&#60;p&#62;Thanks for all your help with this :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Name field not displaying"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/name-field-not-displaying#post-52041</link>
			<pubDate>Sun, 11 Mar 2012 15:05:08 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">52041@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;AH, looks like it's actually because of this float:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
#content label {
width: 100%;
display: block;
float: left;
padding: 0 0 5px 0;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That float: left is the cause. Try adding this in, if you don't want to mess with that selector above:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_wrapper .top_label .gfield_label {
float: none !important;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>system0 on "Name field not displaying"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/name-field-not-displaying#post-52038</link>
			<pubDate>Sun, 11 Mar 2012 15:02:09 +0000</pubDate>
			<dc:creator>system0</dc:creator>
			<guid isPermaLink="false">52038@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I deactivated that plugin and checked the source and it wasn't being called from the header any more however the name field still isn't showing.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>system0 on "Name field not displaying"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/name-field-not-displaying#post-52037</link>
			<pubDate>Sun, 11 Mar 2012 14:57:07 +0000</pubDate>
			<dc:creator>system0</dc:creator>
			<guid isPermaLink="false">52037@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hold on :) I see the function is still being called from the header.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>system0 on "Name field not displaying"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/name-field-not-displaying#post-52036</link>
			<pubDate>Sun, 11 Mar 2012 14:55:26 +0000</pubDate>
			<dc:creator>system0</dc:creator>
			<guid isPermaLink="false">52036@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for the quick reply Rob. &#60;/p&#62;
&#60;p&#62;I updated my stylesheet with the code you suggested there. I also disabled that plugin for pages (I'll raise the issue with the plugin developer just now). Unfortunately, the problem is still there.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Name field not displaying"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/name-field-not-displaying#post-52035</link>
			<pubDate>Sun, 11 Mar 2012 14:46:30 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">52035@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Kevin, it looks like this style in your theme seems to be hiding it, however that is a standard piece of our forms.css so I don't believe that is truly the cause:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_wrapper .ginput_complex {
overflow: hidden;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You do have a JS error on that page:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://grab.by/cjfu&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/cjfu&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Maybe you could see if that was the cause somehow?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>system0 on "Name field not displaying"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/name-field-not-displaying#post-52034</link>
			<pubDate>Sun, 11 Mar 2012 14:39:43 +0000</pubDate>
			<dc:creator>system0</dc:creator>
			<guid isPermaLink="false">52034@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I haven't edited my forms in months but I checked today and the name field isn't displaying. I updated to the latest version today though I'm not 100% sure if the update caused this or not.&#60;/p&#62;
&#60;p&#62;You can see what I mean at &#60;a href=&#34;http://www.wpmods.com/contact/&#34; rel=&#34;nofollow&#34;&#62;http://www.wpmods.com/contact/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Currently, visitors cannot email me because of this problem :)&#60;/p&#62;
&#60;p&#62;Kevin
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
