<?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: Place sub labels on top in address field</title>
		<link>https://legacy.forums.gravityhelp.com/topic/place-sub-labels-on-top-in-address-field</link>
		<description>Gravity Support Forums Topic: Place sub labels on top in address field</description>
		<language>en-US</language>
		<pubDate>Thu, 23 Apr 2026 15:27: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/place-sub-labels-on-top-in-address-field" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Place sub labels on top in address field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/place-sub-labels-on-top-in-address-field#post-123388</link>
			<pubDate>Wed, 16 Jan 2013 09:09:06 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">123388@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you for the suggestion and for providing your work around.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Vayu on "Place sub labels on top in address field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/place-sub-labels-on-top-in-address-field#post-123371</link>
			<pubDate>Wed, 16 Jan 2013 08:33:08 +0000</pubDate>
			<dc:creator>Vayu</dc:creator>
			<guid isPermaLink="false">123371@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, in almost everycase where I use the address field, the client asks me to move the sublabels above the input field (street, zip &#38;amp; city).  I request that this be a feature in settings, that it is possible to move these labels above.&#60;br /&#62;
In this case it doesn't make sense to have it below.&#60;br /&#62;
&#60;a href=&#34;https://www.evernote.com/shard/s3/sh/d63e5043-e0b4-4069-bf71-c749dd43c640/bd5aed517489698f3e101198e85a9430&#34; rel=&#34;nofollow&#34;&#62;https://www.evernote.com/shard/s3/sh/d63e5043-e0b4-4069-bf71-c749dd43c640/bd5aed517489698f3e101198e85a9430&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Here I have a jquery fix for it:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;jQuery(document).ready(function() {
	jQuery(&#38;#39;.ginput_complex label&#38;#39;).each(function(i,e){
		jQuery(this).parent().parent().parent().children(&#38;#39;.gfield_label&#38;#39;).remove();
		var input = jQuery(this).siblings();
		jQuery(input).before(jQuery(this));
	});
});&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Here is a screenshot of the fixed form - much cleaner:&#60;br /&#62;
&#60;a href=&#34;https://www.evernote.com/shard/s3/sh/f3900403-abbd-49d9-9ead-9003354e7239/7ad1e8cef7ba8886fa7df61d4c13afab&#34; rel=&#34;nofollow&#34;&#62;https://www.evernote.com/shard/s3/sh/f3900403-abbd-49d9-9ead-9003354e7239/7ad1e8cef7ba8886fa7df61d4c13afab&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
