<?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 and Email Fields Not Showing</title>
		<link>https://legacy.forums.gravityhelp.com/topic/name-and-email-fields-not-showing</link>
		<description>Gravity Support Forums Topic: Name and Email Fields Not Showing</description>
		<language>en-US</language>
		<pubDate>Fri, 24 Apr 2026 11:42:47 +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-and-email-fields-not-showing" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "Name and Email Fields Not Showing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/name-and-email-fields-not-showing#post-58584</link>
			<pubDate>Thu, 10 May 2012 14:51:15 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">58584@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Awesome, glad to help out!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>akasocrates on "Name and Email Fields Not Showing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/name-and-email-fields-not-showing#post-58577</link>
			<pubDate>Thu, 10 May 2012 13:40:54 +0000</pubDate>
			<dc:creator>akasocrates</dc:creator>
			<guid isPermaLink="false">58577@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Perfect! That worked great.&#60;/p&#62;
&#60;p&#62;Thanks Rob!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Name and Email Fields Not Showing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/name-and-email-fields-not-showing#post-58486</link>
			<pubDate>Thu, 10 May 2012 07:34:36 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">58486@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sure thing, try this snippet out in your theme's stylesheet, which targets the submit button:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=&#38;quot;submit&#38;quot;] {
background: #EEE;
border: 1px solid #CCC;
cursor: pointer;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>akasocrates on "Name and Email Fields Not Showing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/name-and-email-fields-not-showing#post-58462</link>
			<pubDate>Thu, 10 May 2012 00:58:34 +0000</pubDate>
			<dc:creator>akasocrates</dc:creator>
			<guid isPermaLink="false">58462@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Rob. That worked great on the borders.&#60;/p&#62;
&#60;p&#62;Any chance, you can help me further with the &#34;submit&#34; button. The only thing that shows right now is the word without the button itself.&#60;/p&#62;
&#60;p&#62;Here's the link again: &#60;a href=&#34;http://realworldsupplychain.com/contact/&#34; rel=&#34;nofollow&#34;&#62;http://realworldsupplychain.com/contact/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks in advance! Much appreciated.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Name and Email Fields Not Showing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/name-and-email-fields-not-showing#post-57895</link>
			<pubDate>Sun, 06 May 2012 09:09:18 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">57895@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This style declaration in your theme's stylesheet is the cause (no border and no background):&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.custom div.format_text form input {
width: auto;
background: none;
border: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Try dropping this into your theme's stylesheet (and you can set the hex colors to whatever you'd like):&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_wrapper input[type=&#38;quot;text&#38;quot;], .gform_wrapper input[type=&#38;quot;url&#38;quot;], .gform_wrapper input[type=&#38;quot;email&#38;quot;], .gform_wrapper input[type=&#38;quot;tel&#38;quot;], .gform_wrapper input[type=&#38;quot;number&#38;quot;], .gform_wrapper input[type=&#38;quot;password&#38;quot;] {
background: #EEE !important;
border: 1px solid #CCC !important;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>akasocrates on "Name and Email Fields Not Showing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/name-and-email-fields-not-showing#post-57855</link>
			<pubDate>Sat, 05 May 2012 11:26:17 +0000</pubDate>
			<dc:creator>akasocrates</dc:creator>
			<guid isPermaLink="false">57855@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi there--&#60;/p&#62;
&#60;p&#62;These forms used to work fine. But after the recent WP updates, some field boxes aren't showing any more. Here's a link to the page: &#60;a href=&#34;http://realworldsupplychain.com/contact/&#34; rel=&#34;nofollow&#34;&#62;http://realworldsupplychain.com/contact/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Would appreciate your help. Thanks in advance.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
