<?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: Swapping Label and Inputs</title>
		<link>https://legacy.forums.gravityhelp.com/topic/swapping-label-and-inputs</link>
		<description>Gravity Support Forums Topic: Swapping Label and Inputs</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 01:06:14 +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/swapping-label-and-inputs" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "Swapping Label and Inputs"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/swapping-label-and-inputs#post-71042</link>
			<pubDate>Tue, 14 Aug 2012 15:03:06 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">71042@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Right on, glad to help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mconnelly on "Swapping Label and Inputs"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/swapping-label-and-inputs#post-71041</link>
			<pubDate>Tue, 14 Aug 2012 15:02:20 +0000</pubDate>
			<dc:creator>mconnelly</dc:creator>
			<guid isPermaLink="false">71041@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That worked perfectly. &#60;/p&#62;
&#60;p&#62;Thank you so much!&#60;/p&#62;
&#60;p&#62;-m
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Swapping Label and Inputs"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/swapping-label-and-inputs#post-71039</link>
			<pubDate>Tue, 14 Aug 2012 14:53:31 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">71039@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;What if the sublabels were much closer to the inputs so it was more obvious what goes with what? By default, our sublabels are not that far away from the associated input. Do you have a link to your form?&#60;/p&#62;
&#60;p&#62;Also, jlabel is mainly used to place labels inside of inputs. I was talking more about something like this:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/change-position-of-sub-labels-on-advanced-fields#post-48538&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/change-position-of-sub-labels-on-advanced-fields#post-48538&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mconnelly on "Swapping Label and Inputs"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/swapping-label-and-inputs#post-71038</link>
			<pubDate>Tue, 14 Aug 2012 14:52:12 +0000</pubDate>
			<dc:creator>mconnelly</dc:creator>
			<guid isPermaLink="false">71038@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;To Clarify -- &#60;a href=&#34;http://martinconnelly.com/issue.png&#34; rel=&#34;nofollow&#34;&#62;http://martinconnelly.com/issue.png&#60;/a&#62;  -- this is the problem -- the fact that it looks like Address (in bold) is the label for the first field.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mconnelly on "Swapping Label and Inputs"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/swapping-label-and-inputs#post-71037</link>
			<pubDate>Tue, 14 Aug 2012 14:44:37 +0000</pubDate>
			<dc:creator>mconnelly</dc:creator>
			<guid isPermaLink="false">71037@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;editing the core files is exactly what I want to do -  &#60;/p&#62;
&#60;p&#62;I did try putting in JLabel.js (&#60;a href=&#34;http://www.wduffy.co.uk/jLabel/&#34; rel=&#34;nofollow&#34;&#62;http://www.wduffy.co.uk/jLabel/&#60;/a&#62;) but it ran roughshod over the form -- moving labels seemingly at random. &#60;/p&#62;
&#60;p&#62;Since I plan to update infrequently, and it's one switch on one file, editing the core seems by far the most efficient way to reposition the labels  -- I'm just hoping you can tell me where I'll find the input/label code for addresses and names.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;-m
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Swapping Label and Inputs"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/swapping-label-and-inputs#post-71034</link>
			<pubDate>Tue, 14 Aug 2012 14:34:37 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">71034@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You won't want to edit the core plugin files, because your changes will just get overwritten when someone does an update of the plugin.&#60;/p&#62;
&#60;p&#62;However, at the moment there is no hook or filter available for this so you'd have to resort to using some crafty CSS or jQuery to prepend the sublabels (which is what I would recommend doing).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mconnelly on "Swapping Label and Inputs"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/swapping-label-and-inputs#post-71032</link>
			<pubDate>Tue, 14 Aug 2012 14:29:20 +0000</pubDate>
			<dc:creator>mconnelly</dc:creator>
			<guid isPermaLink="false">71032@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Guys,&#60;/p&#62;
&#60;p&#62;The folks I'm helping out are don't like how gfield labels are above, but ginput labels are below (example being: names, and address labels).  Since things should be consistent, I'm just hoping to go in and swap the order for inputs and labels -- if you could tell me which file to look in, that would be very helpful, since there are many instances of  &#34;label for=&#34;fieldID&#34;.&#60;/p&#62;
&#60;p&#62;Many thanks,&#60;/p&#62;
&#60;p&#62;-m
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
