<?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: Can you change Field Size?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/can-you-change-field-size</link>
		<description>Gravity Support Forums Topic: Can you change Field Size?</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 05:20:26 +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/can-you-change-field-size" rel="self" type="application/rss+xml" />

		<item>
			<title>c9labs on "Can you change Field Size?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/can-you-change-field-size#post-13162</link>
			<pubDate>Mon, 22 Nov 2010 20:20:41 +0000</pubDate>
			<dc:creator>c9labs</dc:creator>
			<guid isPermaLink="false">13162@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This post just saved me hours of frustration. Thank you!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Can you change Field Size?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/can-you-change-field-size#post-10812</link>
			<pubDate>Tue, 05 Oct 2010 13:08:17 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">10812@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can set the starting tabindex on a form with a filter added to your functions.php file.&#60;/p&#62;
&#60;p&#62;This example changes form ID 10's tabindex start value to 4&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
add_filter(&#38;quot;gform_tabindex_10&#38;quot;, create_function(&#38;quot;&#38;quot;, &#38;quot;return 4;&#38;quot;));
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;or you could disable the tabindexes altogether with this filter..&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
add_filter(&#38;quot;gform_tabindex&#38;quot;, create_function(&#38;quot;&#38;quot;, &#38;quot;return false;&#38;quot;));
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>alirtsman on "Can you change Field Size?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/can-you-change-field-size#post-10809</link>
			<pubDate>Tue, 05 Oct 2010 12:23:23 +0000</pubDate>
			<dc:creator>alirtsman</dc:creator>
			<guid isPermaLink="false">10809@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm having the same problem, but I need to keep both forms. Any suggestions on how to fix it so that the tab function works as expected?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Tim on "Can you change Field Size?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/can-you-change-field-size#post-5306</link>
			<pubDate>Fri, 07 May 2010 12:42:10 +0000</pubDate>
			<dc:creator>Tim</dc:creator>
			<guid isPermaLink="false">5306@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you VERY much.   I did turn off the comments on that page and the tabbing worked.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Can you change Field Size?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/can-you-change-field-size#post-5276</link>
			<pubDate>Wed, 05 May 2010 17:13:53 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">5276@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Unofficial answers from another GF user:&#60;/p&#62;
&#60;p&#62;The problem with the tab order is that you have two forms on that page: the WordPress comment form, and the Gravity Form.  The tab indexes will conflict.  You should probably turn off comments for that page.  The first field in the comment form has a tab index of one, which is what is messing things up.&#60;/p&#62;
&#60;p&#62;For the height of the fields (and the select box for the state), you can add this to the style.css from your Builder theme (or wherever they recommend you make your changes to the CSS):&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.gform_wrapper input, .gform_wrapper option {
height: 2em;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Where 2em is whatever height you want to make it.  You might have to adjust the size of the font and line-height too, but that's how you make the fields taller.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Tim on "Can you change Field Size?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/can-you-change-field-size#post-5275</link>
			<pubDate>Wed, 05 May 2010 15:25:55 +0000</pubDate>
			<dc:creator>Tim</dc:creator>
			<guid isPermaLink="false">5275@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://www.mikesroofs.com/free-estimates/&#34; rel=&#34;nofollow&#34;&#62;http://www.mikesroofs.com/free-estimates/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;1)  Hi, I'm brand new to Gravity Forms.  The question I have is there a way to increase the size in height a bit of the fields?  This was a question my client asked of me.&#60;/p&#62;
&#60;p&#62;2)  I've tried to tab from one field to another (just like a customer would), instead of using a mouse to place the cursor into each field but no luck (using FF 5.0 and IE 7.0).  Is there something I'm doing wrong?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
