<?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: body form text area for the phone field</title>
		<link>https://legacy.forums.gravityhelp.com/topic/body-form-text-area-for-the-phone-field</link>
		<description>Gravity Support Forums Topic: body form text area for the phone field</description>
		<language>en-US</language>
		<pubDate>Wed, 22 Apr 2026 03:11:12 +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/body-form-text-area-for-the-phone-field" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "body form text area for the phone field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/body-form-text-area-for-the-phone-field#post-46028</link>
			<pubDate>Tue, 10 Jan 2012 18:16:58 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">46028@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The correct input type is &#34;tel&#34; not &#34;phone&#34;. That's probably why you're not seeing your properties being applied.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body form input[type=tel],
body .gform_wrapper input[type=tel]&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;a href=&#34;http://dev.w3.org/html5/markup/input.tel.html&#34; rel=&#34;nofollow&#34;&#62;http://dev.w3.org/html5/markup/input.tel.html&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "body form text area for the phone field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/body-form-text-area-for-the-phone-field#post-45988</link>
			<pubDate>Tue, 10 Jan 2012 15:16:23 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">45988@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey there, could you post a link to your form?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>contact@so-xperts.com on "body form text area for the phone field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/body-form-text-area-for-the-phone-field#post-45984</link>
			<pubDate>Tue, 10 Jan 2012 14:43:06 +0000</pubDate>
			<dc:creator>contact@so-xperts.com</dc:creator>
			<guid isPermaLink="false">45984@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, I'm trying to add some css styles to my gravity forms.&#60;/p&#62;
&#60;p&#62;But I'm a bit blocked by the advanced field phone that I can't manage to change at all. all other input fields works great. I guess that I am not using the good input type. Here the css code I'm using. &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body form textarea,
body .gform_wrapper textarea,
body form input[type=text],
body .gform_wrapper input[type=text],
body form input[type=url],
body .gform_wrapper input[type=url],
body form input[type=email],
body .gform_wrapper input[type=email],
body form input[type=phone],
body .gform_wrapper input[type=phone],
body form input[type=number],
body .gform_wrapper input[type=number],
body form input[type=file],
body .gform_wrapper input[type=file] {
  font-size: 13px;
  padding: 5px 8px;
  outline: none;
  color: #666;
  border: none;
  background: #ddd;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -khtml-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;any idea ?&#60;/p&#62;
&#60;p&#62;thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
