<?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: Form Types? [type=email]</title>
		<link>https://legacy.forums.gravityhelp.com/topic/form-types-typeemail</link>
		<description>Gravity Support Forums Topic: Form Types? [type=email]</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 08:23:03 +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/form-types-typeemail" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Form Types? [type=email]"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-types-typeemail#post-29176</link>
			<pubDate>Tue, 05 Jul 2011 17:02:21 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">29176@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The different input types currently used in Gravity Forms are below.. You'll see these if you have the HTML5 output option enabled.&#60;/p&#62;
&#60;p&#62;Text&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body #gform_wrapper_1 .gform_body .gform_fields .gfield input[type=text] {border:1px solid red}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Email&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;[css]
body #gform_wrapper_1 .gform_body .gform_fields .gfield input[type=email] {border:1px solid red}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Telephone&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;[css]
body #gform_wrapper_1 .gform_body .gform_fields .gfield input[type=tel] {border:1px solid red}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Website URL&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;[css]
body #gform_wrapper_1 .gform_body .gform_fields .gfield input[type=url] {border:1px solid red}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Number&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;[css]
body #gform_wrapper_1 .gform_body .gform_fields .gfield input[type=number] {border:1px solid red}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Password&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;[css]
body #gform_wrapper_1 .gform_body .gform_fields .gfield input[type=password] {border:1px solid red}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You may still want to target them specifically via inheritance from their parent item ID rather than applying the properties globally based on the shared class name. You can refer back to the samples in the documentation for more information.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/CSS_Targeting_Samples&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/CSS_Targeting_Samples&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Form Types? [type=email]"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-types-typeemail#post-29175</link>
			<pubDate>Tue, 05 Jul 2011 17:00:40 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">29175@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It depends on if you have HTML5 turned on in the Gravity Forms Settings page.  These input types are only used in HTML5.  You would target them the same way you target the email in your example above.&#60;/p&#62;
&#60;p&#62;Here are the HTML5 input types that Gravity Forms implements:&#60;/p&#62;
&#60;p&#62;Email Field&#60;br /&#62;
type=email&#60;/p&#62;
&#60;p&#62;Number Field&#60;br /&#62;
type=number&#60;/p&#62;
&#60;p&#62;Website Field&#60;br /&#62;
type=url&#60;/p&#62;
&#60;p&#62;Phone Field&#60;br /&#62;
type=tel&#60;/p&#62;
&#60;p&#62;The majority of the fields simply use type=text because advanced HTML5 input types and form options are not supported by all major browsers.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Tim on "Form Types? [type=email]"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-types-typeemail#post-29166</link>
			<pubDate>Tue, 05 Jul 2011 16:24:07 +0000</pubDate>
			<dc:creator>Tim</dc:creator>
			<guid isPermaLink="false">29166@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey I have another question...&#60;/p&#62;
&#60;p&#62;I figgured out that if i target some of the advanced fields like email etc.. with &#60;/p&#62;
&#60;p&#62;[type=email] it i can change the size etc... &#60;/p&#62;
&#60;p&#62;is there an overview over what th other types are? website, phone etc?? how do i target those?&#60;/p&#62;
&#60;p&#62;Thanks!&#60;/p&#62;
&#60;p&#62;Tim
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
