<?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: position field</title>
		<link>https://legacy.forums.gravityhelp.com/topic/position-field</link>
		<description>Gravity Support Forums Topic: position field</description>
		<language>en-US</language>
		<pubDate>Thu, 07 May 2026 21:37:05 +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/position-field" rel="self" type="application/rss+xml" />

		<item>
			<title>Richard Vav on "position field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/position-field#post-31874</link>
			<pubDate>Fri, 05 Aug 2011 16:08:52 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">31874@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Cheers David, that's working great, definitely easier than what I was trying to do.  My next idea was to try and test for the visibility of the html blocks containing the t-shape &#38;amp; l-shape images and then try and set the css position.&#60;/p&#62;
&#60;p&#62;Thanks again for help, Gravity Forms is turning out to be the best plugin by far that I have used and the help you guys offer through the forums just makes it even better.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "position field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/position-field#post-31871</link>
			<pubDate>Fri, 05 Aug 2011 15:56:27 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">31871@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I sure did. :)&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://pastie.org/2326846&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org/2326846&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "position field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/position-field#post-31868</link>
			<pubDate>Fri, 05 Aug 2011 15:54:24 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">31868@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;David, thanks for taking another look, did you forget to paste the code, what am I putting in the functions file?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "position field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/position-field#post-31861</link>
			<pubDate>Fri, 05 Aug 2011 15:32:39 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">31861@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Richard,&#60;/p&#62;
&#60;p&#62;I think they're might be an easier way to do this. Try pasting this in your theme's functions.php file. What it'll do is set whatever the selected choice is for the Building Shape field as a class on the form itself (ie &#34;Rectangle&#34;, &#34;L-shape&#34;, or &#34;T-shape&#34;). Now you can just add some additional styles where ever you have your existing styles and using CSS specificity to change the positioning based on the form class.&#60;/p&#62;
&#60;p&#62;Example:&#60;br /&#62;
.Rectangle #field_8_9 { left: 300px; }&#60;br /&#62;
.L-shape #field_8_9 { left: 200px; }
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "position field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/position-field#post-31829</link>
			<pubDate>Fri, 05 Aug 2011 11:13:14 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">31829@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi David, I still haven't been able to get it to work, I did however put the second field back in and set its position in the css as a temporary workaround until I get this new method working.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "position field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/position-field#post-31828</link>
			<pubDate>Fri, 05 Aug 2011 11:01:48 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">31828@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Richard,&#60;/p&#62;
&#60;p&#62;Took a look at your site and looks like you've got this working? Do you need any other assistance with this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "position field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/position-field#post-31813</link>
			<pubDate>Fri, 05 Aug 2011 08:49:39 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">31813@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Kevin, would this be the code&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;jQuery(document).bind(&#38;#39;gform_page_loaded&#38;#39;, function(  , &#38;#39;gform_8&#38;#39;, &#38;#39;gform_page_8_1&#38;#39;){
    $(&#38;#39;#choice_5_2&#38;#39;).click(function() { $(&#38;#39;#field_8_9&#38;#39;).css(&#38;#39;left&#38;#39;, &#38;#39;200px&#38;#39;);});
});&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "position field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/position-field#post-31806</link>
			<pubDate>Fri, 05 Aug 2011 08:18:28 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">31806@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yeah, you may need to use the &#34;gform_page_loaded&#34; hook to get the jQuery to 're-fire' when you page through a multi-page form.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_page_loaded&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_page_loaded&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "position field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/position-field#post-31796</link>
			<pubDate>Fri, 05 Aug 2011 02:58:10 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">31796@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Kevin, thanks for taking a look, I have found a way of adjusting the left position of the field using the code below, the only problem is it only works if both elements are on the same page of the multipage form, which they aren't so I guess I still have a bit more work to do to get it to function as I want.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$(&#38;#39;#choice_5_2&#38;#39;).click(function() { $(&#38;#39;#field_8_9&#38;#39;).css(&#38;#39;left&#38;#39;, &#38;#39;200px&#38;#39;);});&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "position field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/position-field#post-31765</link>
			<pubDate>Thu, 04 Aug 2011 17:01:29 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">31765@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yeah, that's going to be hard to pull off. If the fields were children or siblings of the actual checkbox input, then you could use the &#34;checked&#34; pseudo-selector in CSS to maybe get it done. &#60;/p&#62;
&#60;p&#62;I'll take a few minutes and see if I can offer any way to do with just CSS, but you're probably going to have to write some jQuery to change the class name on each element based on the selection to make it work the way you describe.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
