<?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: Form not displaying right.</title>
		<link>https://legacy.forums.gravityhelp.com/topic/form-not-displaying-right</link>
		<description>Gravity Support Forums Topic: Form not displaying right.</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 02:56:30 +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/form-not-displaying-right" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Form not displaying right."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-not-displaying-right#post-30608</link>
			<pubDate>Wed, 20 Jul 2011 23:32:02 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">30608@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It's possible that different browsers are reacting to the invalid HTML differently.  Taking a look at the source of &#60;a href=&#34;http://www.bigprintinc.com/new/main/attorder&#34; rel=&#34;nofollow&#34;&#62;this page&#60;/a&#62;  I see this invalid HTML on line 72:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;table&#38;lt;br /&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Try fixing that (get rid of the invalid opening table tag altogether)  and see if it looks better in IE.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Form not displaying right."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-not-displaying-right#post-30421</link>
			<pubDate>Tue, 19 Jul 2011 14:54:23 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">30421@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm not seeing this issue when I go to the page here: &#60;a href=&#34;http://www.bigprintinc.com/new/main/attorder&#34; rel=&#34;nofollow&#34;&#62;http://www.bigprintinc.com/new/main/attorder&#60;/a&#62; the form looks fine.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Larsname on "Form not displaying right."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-not-displaying-right#post-30415</link>
			<pubDate>Tue, 19 Jul 2011 12:48:15 +0000</pubDate>
			<dc:creator>Larsname</dc:creator>
			<guid isPermaLink="false">30415@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Your help has been great. &#60;/p&#62;
&#60;p&#62;As to the original question - my customer called and said that the the form was still misaligned.  So I had her send me a screenshot that you can see at the following link:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://bit.ly/pz632h&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/pz632h&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I have added screen shots from my computer so you can see what I am experiencing.&#60;/p&#62;
&#60;p&#62;Link to form page page is:  &#60;a href=&#34;http://bit.ly/qr2k2P&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/qr2k2P&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;Any help you can give here is appreciated&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Larsname on "Form not displaying right."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-not-displaying-right#post-30006</link>
			<pubDate>Thu, 14 Jul 2011 14:55:17 +0000</pubDate>
			<dc:creator>Larsname</dc:creator>
			<guid isPermaLink="false">30006@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Most Excellent!  &#60;/p&#62;
&#60;p&#62;Just the kind of help I needed.&#60;/p&#62;
&#60;p&#62;THANK YOU!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Form not displaying right."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-not-displaying-right#post-29629</link>
			<pubDate>Mon, 11 Jul 2011 12:22:11 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">29629@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;1) To style any form element you would add custom CSS to your themes stylesheet that targets and styles the form element however you want.  There is a documentation page with examples on how to target specific form elements here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/CSS_Targeting_Samples&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/CSS_Targeting_Samples&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;2) If you want to dynamically populate a field you would have to do so with custom PHP you add to your themes functions.php file to dynamically populate the form field.  There is a tutorial on how to dynamically populate a field here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Using_Dynamic_Population&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Using_Dynamic_Population&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;3) There is no Reset button.  It could only be added as a customization, although for most forms they are typically not very useful which is why it isn't currently an option.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Form not displaying right."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-not-displaying-right#post-29626</link>
			<pubDate>Mon, 11 Jul 2011 12:04:52 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">29626@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;blockquote&#62;&#60;p&#62;1. Where do I add more top margin to the gsections and take 20px or so from the right side of the horizontal line.
&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;You can find samples to target all of the form elements including the section containers with CSS here.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/CSS_Targeting_Samples#Section_Break_Container&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/CSS_Targeting_Samples#Section_Break_Container&#60;/a&#62;&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;2. I want to prefill the &#34;System Generated Ship Date&#34; to be 4 days into the future from the &#34;Date&#34; field on the top line of the form?
&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;You can add settings to set a future date to the jQuery UI datepicker element but you can't actually link the 2 date fields right now without writing some custom code to do so. We do  plan on adding a date range field type in the future with some options but for now you'll have to do some customizations to pull it off&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/default-date-90-days-in-future#post-28133&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/default-date-90-days-in-future#post-28133&#60;/a&#62;&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;3. Is there a built in Reset Form field button?
&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;No, there's no built in reset button but you can add one easily enough with a HTML field.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/reset-form-button#post-13499&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/reset-form-button#post-13499&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Larsname on "Form not displaying right."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-not-displaying-right#post-29581</link>
			<pubDate>Mon, 11 Jul 2011 00:25:35 +0000</pubDate>
			<dc:creator>Larsname</dc:creator>
			<guid isPermaLink="false">29581@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Brilliant.  Thanks for the quick response.  &#60;/p&#62;
&#60;p&#62;I have 3 other questions.  &#60;/p&#62;
&#60;p&#62;1.  Where do I add more top margin to the gsections and take 20px or so from the right side of the horizontal line.  &#60;/p&#62;
&#60;p&#62;2.  I want to prefill the &#34;System Generated Ship Date&#34; to be 4 days into the future from the &#34;Date&#34; field on the top line of the form?&#60;/p&#62;
&#60;p&#62;3. Is there a built in Reset Form field button?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Form not displaying right."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-not-displaying-right#post-29578</link>
			<pubDate>Sun, 10 Jul 2011 23:15:59 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">29578@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Well, since it's displaying properly in the preview page and not in your theme, that indicates it's a problem with your theme and not the default form styles. I poked around and found the source of your alignment issue.&#60;/p&#62;
&#60;p&#62;If you disable the margin properties on lines 1755 &#38;amp; 2960 of your theme's style.css file, you'll see that the default form styles work as intended.&#60;/p&#62;
&#60;p&#62;screenshot: &#60;a href=&#34;http://bit.ly/paPdt8&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/paPdt8&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;If you add extra margins/padding to the left &#38;amp; right sides of the containing list items, that' throws off the percentage width values that are assigned to them by default and you get the odd &#34;stacking&#34; floats that your seeing.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Larsname on "Form not displaying right."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-not-displaying-right#post-29576</link>
			<pubDate>Sun, 10 Jul 2011 23:01:00 +0000</pubDate>
			<dc:creator>Larsname</dc:creator>
			<guid isPermaLink="false">29576@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am using the css ready class for my form.  They are displaying right in the preview but they are not displaying right on the page.  I am using studiopress genesis framework with a mod of the sleek child theme.  I looks like Gravity Forms is putting div block between gf_left... and gf_right... items.&#60;/p&#62;
&#60;p&#62;Link  &#60;a href=&#34;http://www.bigprintinc.com/new/main/attorder&#34; rel=&#34;nofollow&#34;&#62;http://www.bigprintinc.com/new/main/attorder&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Can I get a little help?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
