<?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: Collection of Questions: field labels / alignment / disabled / length</title>
		<link>https://legacy.forums.gravityhelp.com/topic/collection-of-questions-field-labels-alignment-disabled-length</link>
		<description>Gravity Support Forums Topic: Collection of Questions: field labels / alignment / disabled / length</description>
		<language>en-US</language>
		<pubDate>Sun, 26 Apr 2026 08:56:27 +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/collection-of-questions-field-labels-alignment-disabled-length" rel="self" type="application/rss+xml" />

		<item>
			<title>David Smith on "Collection of Questions: field labels / alignment / disabled / length"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/collection-of-questions-field-labels-alignment-disabled-length#post-25503</link>
			<pubDate>Fri, 13 May 2011 14:29:36 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">25503@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;blockquote&#62;&#60;p&#62;1. Is it possible to control the &#34;length&#34; of a form field. e.g.: make a &#34;Zip Code&#34; field shorter than an &#34;Address&#34; textbox? It is common to want different fields to be of different length depending on the contained content.&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;Most fields have a &#60;em&#62;Field Size&#60;/em&#62; option: &#60;a href=&#34;http://grab.by/a7Hf&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/a7Hf&#60;/a&#62; For those that do not, you can use CSS to manually resize the fields.&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;2. Field labels: In the situation of the &#34;Name&#34; and &#34;Address&#34; Advanced Fields... How can I position field labels ABOVEthe textbox? The default seems to be below, but it looks funky to me.&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;This would require some CSS to target the labels and adjust their positioning. Here is a topic that discussing how to target the sub-labels. A little experimentation should get you the rest of the way there with the positioning.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/change-address-field-and-name-labels#post-17591&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/change-address-field-and-name-labels#post-17591&#60;/a&#62;&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;3. Can I include a field, but make it &#34;Disabled&#34;.. e.g.: I would to put Terms of Service in a viewable, scrollable, but uneditable textarea.&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/terms-and-conditions-text-record-in-form-entries-database?replies=18#post-25225&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/terms-and-conditions-text-record-in-form-entries-database?replies=18#post-25225&#60;/a&#62;&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;4. We have a very long Terms of Service we have to put on the form... when I make the TOS content the &#34;default text&#34; in a form textarea... the form will not save. It seems to be getting &#34;stuck&#34;. I have waited for 30minutes multiple times and it never saves. It will save without problem if i remove that long textarea. Some sort of timeout seems to be occuring&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;How much text are you adding here? Could you use &#60;a href=&#34;http://pastie.org&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org&#60;/a&#62; and post a link so we can test on our end?&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;5. Is it possible to NOT show the title of a form on the page?&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;When building the shortcode to embed the form, just uncheck the display form title option: &#60;a href=&#34;http://grab.by/a7Hv&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/a7Hv&#60;/a&#62;&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;6. Do you publish a product roadmap so we can get excited about new features?&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;We do not currently do so, but thanks for the suggestion! :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wordpressuser on "Collection of Questions: field labels / alignment / disabled / length"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/collection-of-questions-field-labels-alignment-disabled-length#post-25468</link>
			<pubDate>Fri, 13 May 2011 03:02:22 +0000</pubDate>
			<dc:creator>wordpressuser</dc:creator>
			<guid isPermaLink="false">25468@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I looked through the forum and documentation... but could not seem to find the answers to these Questions.&#60;/p&#62;
&#60;p&#62;1. Is it possible to control the &#34;length&#34; of a form field. e.g.: make a &#34;Zip Code&#34; field shorter than an &#34;Address&#34; textbox? It is common to want different fields to be of different length depending on the contained content.&#60;/p&#62;
&#60;p&#62;2. Field labels: In the situation of the &#34;Name&#34; and &#34;Address&#34; Advanced Fields... How can I position field labels ABOVEthe textbox? The default seems to be below, but it looks funky to me.&#60;/p&#62;
&#60;p&#62;3. Can I include a field, but make it &#34;Disabled&#34;.. e.g.: I would to put Terms of Service in a viewable, scrollable, but uneditable textarea.&#60;/p&#62;
&#60;p&#62;4. We have a very long Terms of Service we have to put on the form... when I make the TOS content the &#34;default text&#34; in a form textarea... the form will not save. It seems to be getting &#34;stuck&#34;. I have waited for 30minutes multiple times and it never saves. It will save without problem if i remove that long textarea. Some sort of timeout seems to be occuring&#60;/p&#62;
&#60;p&#62;5. Is it possible to NOT show the title of a form on the page?&#60;/p&#62;
&#60;p&#62;6. Do you publish a product roadmap so we can get excited about new features?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
