<?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: field disappears when viewing &#34;City&#34; field</title>
		<link>https://legacy.forums.gravityhelp.com/topic/field-disappears-when-viewing-city-field</link>
		<description>Gravity Support Forums Topic: field disappears when viewing &quot;City&quot; field</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 19:59:39 +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/field-disappears-when-viewing-city-field" rel="self" type="application/rss+xml" />

		<item>
			<title>digitalsea on "field disappears when viewing &#34;City&#34; field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-disappears-when-viewing-city-field#post-78794</link>
			<pubDate>Wed, 03 Oct 2012 20:19:16 +0000</pubDate>
			<dc:creator>digitalsea</dc:creator>
			<guid isPermaLink="false">78794@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks guys, I see it now too. Awesome response and quick assistance.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "field disappears when viewing &#34;City&#34; field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-disappears-when-viewing-city-field#post-78477</link>
			<pubDate>Tue, 02 Oct 2012 08:52:35 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">78477@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yeah, I'm seeing the city field too. What browser are you using??
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "field disappears when viewing &#34;City&#34; field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-disappears-when-viewing-city-field#post-78331</link>
			<pubDate>Mon, 01 Oct 2012 12:46:25 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">78331@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The city field is there. Right above the word City.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>digitalsea on "field disappears when viewing &#34;City&#34; field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-disappears-when-viewing-city-field#post-78328</link>
			<pubDate>Mon, 01 Oct 2012 12:30:46 +0000</pubDate>
			<dc:creator>digitalsea</dc:creator>
			<guid isPermaLink="false">78328@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Rob and David for suggestions.  I added the code Rob supplied above into the Theme style.css file   but unfortunately did not make the City field reappear.   hmmmm&#60;/p&#62;
&#60;p&#62;This is the Form section of my Themes style.css file.&#60;br /&#62;
At the top I included the Rob snippet:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;[css]
/* #Forms
================================================== */

body .gform_wrapper
input[type=&#38;quot;text&#38;quot;], body .gform_wrapper
input[type=&#38;quot;url&#38;quot;], body .gform_wrapper
input[type=&#38;quot;email&#38;quot;], body .gform_wrapper
input[type=&#38;quot;tel&#38;quot;], body .gform_wrapper
input[type=&#38;quot;number&#38;quot;], body .gform_wrapper
input[type=&#38;quot;password&#38;quot;] {
margin-bottom: 0;
}

	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type=&#38;quot;text&#38;quot;],
	input[type=&#38;quot;password&#38;quot;],
	input[type=&#38;quot;email&#38;quot;],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 13px &#38;quot;HelveticaNeue&#38;quot;, &#38;quot;Helvetica Neue&#38;quot;, Helvetica, Arial, sans-serif;
		color: #777;
		margin: 0;
		width: 210px;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		background: #fff; }

	select {
		padding: 0; }
	input[type=&#38;quot;text&#38;quot;]:focus,
	input[type=&#38;quot;password&#38;quot;]:focus,
	input[type=&#38;quot;email&#38;quot;]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block; }
	select {
		width: 220px; }
	input[type=&#38;quot;checkbox&#38;quot;] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>David Peralty on "field disappears when viewing &#34;City&#34; field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-disappears-when-viewing-city-field#post-78324</link>
			<pubDate>Mon, 01 Oct 2012 12:17:49 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">78324@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Not that I know of. Usually people want their forms to integrate with their themes, and that's how we developed Gravity Forms. &#60;/p&#62;
&#60;p&#62;You can find all of our CSS documentation here:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Design_and_Layout&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Design_and_Layout&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;All my best!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>digitalsea on "field disappears when viewing &#34;City&#34; field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-disappears-when-viewing-city-field#post-78323</link>
			<pubDate>Mon, 01 Oct 2012 12:16:15 +0000</pubDate>
			<dc:creator>digitalsea</dc:creator>
			<guid isPermaLink="false">78323@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you for looking into this.  &#60;/p&#62;
&#60;p&#62;also... Is there any sort of 'stock' form styles we can add in the&#60;br /&#62;
'CSS Class Name' field so not dependent on the Theme form fields?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "field disappears when viewing &#34;City&#34; field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-disappears-when-viewing-city-field#post-78321</link>
			<pubDate>Mon, 01 Oct 2012 12:13:55 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">78321@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This &#60;a href=&#34;https://www.evernote.com/shard/s212/sh/5646fed1-dadb-4566-b1e6-ea5176af9796/40c27f4003486039976d74231a3cb2bc&#34; rel=&#34;nofollow&#34;&#62;Screenshot&#60;/a&#62; shows your culprit. Try dropping this CSS snippet into your theme's stylesheet:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper input[type=&#38;quot;text&#38;quot;], body .gform_wrapper input[type=&#38;quot;url&#38;quot;], body .gform_wrapper input[type=&#38;quot;email&#38;quot;], body .gform_wrapper input[type=&#38;quot;tel&#38;quot;], body .gform_wrapper input[type=&#38;quot;number&#38;quot;], body .gform_wrapper input[type=&#38;quot;password&#38;quot;] {
margin-bottom: 0;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>David Peralty on "field disappears when viewing &#34;City&#34; field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-disappears-when-viewing-city-field#post-78320</link>
			<pubDate>Mon, 01 Oct 2012 12:10:07 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">78320@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The issue is a style one. The field is there, but there is huge amounts of padding/margins between the field and its label. I'll grab Rob to see what you can do to override that style issue.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>digitalsea on "field disappears when viewing &#34;City&#34; field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-disappears-when-viewing-city-field#post-78319</link>
			<pubDate>Mon, 01 Oct 2012 12:05:24 +0000</pubDate>
			<dc:creator>digitalsea</dc:creator>
			<guid isPermaLink="false">78319@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Please somebody check out the 'City' field in my form here:&#60;br /&#62;
&#60;a href=&#34;http://www.restorationsincorporated.com/request-restoration-services/&#34; rel=&#34;nofollow&#34;&#62;http://www.restorationsincorporated.com/request-restoration-services/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I cannot see it. Can you?    Why is it not showing and how can I get it to show?&#60;/p&#62;
&#60;p&#62;Style issue?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
