<?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 Email and Phone Fields</title>
		<link>https://legacy.forums.gravityhelp.com/topic/name-email-and-phone-fields</link>
		<description>Gravity Support Forums Topic: Name Email and Phone Fields</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 01:23:07 +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-email-and-phone-fields" rel="self" type="application/rss+xml" />

		<item>
			<title>wmcdonald on "Name Email and Phone Fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/name-email-and-phone-fields#post-77120</link>
			<pubDate>Mon, 24 Sep 2012 09:54:56 +0000</pubDate>
			<dc:creator>wmcdonald</dc:creator>
			<guid isPermaLink="false">77120@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;WOW thanks! Appreciate your help! Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Name Email and Phone Fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/name-email-and-phone-fields#post-76944</link>
			<pubDate>Sun, 23 Sep 2012 02:10:05 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">76944@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;1. Bullets: see this FAQ item:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/question/why-is-my-form-showing-up-with-list-bullets/&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/question/why-is-my-form-showing-up-with-list-bullets/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Adding this CSS to your mobile.css removed the bullets for me:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper form .gform_body ul,
body .gform_wrapper form .gform_body ul li {
	list-style-type: none !important;
	list-style-image: none !important;
	list-style: none !important;
	background-image: none !important;
	background: none !important;
	padding: 0 !important;
	margin: 0 !important;
	border: none !important
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;2.  For the first and last name labels, I think you might want to use placeholder text and position the labels inside the form inputs.  There is a new plugin which claims to do just that (it's not currently a feature of Gravity Forms): &#60;a href=&#34;http://wordpress.org/extend/plugins/gravity-forms-placeholders/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/gravity-forms-placeholders/&#60;/a&#62;  If you are using a &#34;Normal&#34; name field, the First and Last are actually sub labels.  It will be easier to position them where you want them if you have two separate text inputs and give them labels of First Name and Last Name.&#60;/p&#62;
&#60;p&#62;3.  Add white space above and below the submit button: add this to your theme's mobile.css:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper .gform_footer .gform_button {
    margin: 20px 0;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;4. Extend the width of the input fields: add this to your mobile.css:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper .gform_body input[type=&#38;quot;text&#38;quot;] {
    width: 300px;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>wmcdonald on "Name Email and Phone Fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/name-email-and-phone-fields#post-76899</link>
			<pubDate>Sat, 22 Sep 2012 13:10:35 +0000</pubDate>
			<dc:creator>wmcdonald</dc:creator>
			<guid isPermaLink="false">76899@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;Here is the link to the form on my mobile contact page:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.guitarpianolessons.com/contact-mobile/&#34; rel=&#34;nofollow&#34;&#62;http://www.guitarpianolessons.com/contact-mobile/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I'm not sure why there are bullets outside of the wrapper. Do I need them? If not how to get rid of them?&#60;/p&#62;
&#60;p&#62;Also, trying to find a way to edit the labels for First and Last Name fields. Is there a way to position them somewhere else. Perhaps above the input boxes or even inside the input boxes?&#60;/p&#62;
&#60;p&#62;Another issue I'm trying to resolve is adding some white space (verticle space)  above and below the submit button. The reason is make it easier to touch tap.&#60;/p&#62;
&#60;p&#62;Finally I've been trying to extend the width of the input boxes. How do I approach that?&#60;/p&#62;
&#60;p&#62;I was able to reduce the width of the paragraph textarea with this little bit of css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_wrapper .ginput_container textarea.medium  {
    max-width: 299px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;But I have not been able to successfully edit (extend) the width of the other input boxes. I've been reading through the forum posts and documentation. Honestly, most of this info is way over my head. I'm just a musician, the documentation is like a foreign language to me. I'm lost most of the time when reading this stuff.  :)&#60;/p&#62;
&#60;p&#62;Any ideas or code most appreciated.&#60;/p&#62;
&#60;p&#62;Thank you,&#60;/p&#62;
&#60;p&#62;-Warren
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
