<?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: New Label Placement Option (In Field) when space for a form is limited</title>
		<link>https://legacy.forums.gravityhelp.com/topic/new-label-placement-option-in-field-when-space-for-a-form-is-limited</link>
		<description>Gravity Support Forums Topic: New Label Placement Option (In Field) when space for a form is limited</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 16:23:29 +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/new-label-placement-option-in-field-when-space-for-a-form-is-limited" rel="self" type="application/rss+xml" />

		<item>
			<title>Aaron Ware on "New Label Placement Option (In Field) when space for a form is limited"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/new-label-placement-option-in-field-when-space-for-a-form-is-limited#post-61302</link>
			<pubDate>Mon, 04 Jun 2012 08:50:41 +0000</pubDate>
			<dc:creator>Aaron Ware</dc:creator>
			<guid isPermaLink="false">61302@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi @freak_flow our team has a pretty solid implementation for this. We actually don't utilize the default value area of the admin but instead utilize the labels. Similar concept though over all. We do however have a few more robust features. I should probably make a post and share it here for others.&#60;/p&#62;
&#60;p&#62;Thanks for posting that article as it should be really useful to other users looking for a super simple solution.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>freaky_flow on "New Label Placement Option (In Field) when space for a form is limited"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/new-label-placement-option-in-field-when-space-for-a-form-is-limited#post-61204</link>
			<pubDate>Sat, 02 Jun 2012 17:28:31 +0000</pubDate>
			<dc:creator>freaky_flow</dc:creator>
			<guid isPermaLink="false">61204@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This was covered here, but should really be a default option...&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/clearing-default-form-field-values-with-jquery/&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/clearing-default-form-field-values-with-jquery/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Aaron Ware on "New Label Placement Option (In Field) when space for a form is limited"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/new-label-placement-option-in-field-when-space-for-a-form-is-limited#post-53040</link>
			<pubDate>Wed, 21 Mar 2012 11:06:19 +0000</pubDate>
			<dc:creator>Aaron Ware</dc:creator>
			<guid isPermaLink="false">53040@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey Guys,&#60;/p&#62;
&#60;p&#62;One thing that we in a lot of our gravity forms is place the label within the field on forms where space for a form is limited. We've been utilizing 2 methods (both using jQuery) and a little bit of CSS.&#60;/p&#62;
&#60;p&#62;I figured I would post a request here as a feature because I think it needs to be better integrated with the plugin itself as there are a few hiccups that we had to take care of in both of our implementations.&#60;/p&#62;
&#60;p&#62;We consider it a &#34;compact&#34; view of a form.&#60;/p&#62;
&#60;p&#62;I figured you guys do your own thing so I didn't bother posting the jQuery I am utilizing in the feature request as I figured you guys can do your own thing.&#60;/p&#62;
&#60;p&#62;&#60;hr /&#62;&#60;br /&#62;
The first implementation utilizes CSS to override the positioning of a label field. Where we basically make it absolutely positioned within a relative input &#60;code&#62;&#38;lt;/li&#38;gt;&#60;/code&#62; then utilize jQuery to show or hide the field's label if it has a value or if the field is focus/blur.&#60;br /&#62;
&#60;hr /&#62;&#60;br /&#62;
The second implementation utilizes CSS and jQuery as well but instead of absolutely positioning the label using css we simply display:none it. Then we utilize jQuery to take the input field's label.text() value and set that as the text within the appropriate input field. You need to additionally put in a check to make sure that the on gravity_form_render that you reset the field.&#60;br /&#62;
&#60;hr /&#62;&#60;br /&#62;
Because both of these implementations are work around there are some other challenges. Such as overriding a lot of css regarding invalid field display. (This is in part due to how we are using gravity forms outside of the drag and drop implementation I suspect)
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
