<?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 Tag: section break - Recent Posts</title>
		<link>https://legacy.forums.gravityhelp.com/tags/section-break</link>
		<description>Gravity Support Forums Tag: section break - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 23:15:33 +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/tags/section-break" rel="self" type="application/rss+xml" />

		<item>
			<title>Richard Vav on "Forms Made, Most Not Showing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/forms-made-most-not-showing#post-356944</link>
			<pubDate>Tue, 02 Jul 2013 01:35:41 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">356944@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You're welcome, glad to help and thanks for the update
&#60;/p&#62;</description>
		</item>
		<item>
			<title>matchmiddleeast on "Forms Made, Most Not Showing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/forms-made-most-not-showing#post-356389</link>
			<pubDate>Mon, 01 Jul 2013 19:49:09 +0000</pubDate>
			<dc:creator>matchmiddleeast</dc:creator>
			<guid isPermaLink="false">356389@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;MANY MANY MANY Thanks for a quick response.. And a solution!  I did not realize conditional logic was enabled on all of the section headings, but that was the problem.&#60;/p&#62;
&#60;p&#62;THANK YOU!!!!   :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Forms Made, Most Not Showing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/forms-made-most-not-showing#post-355045</link>
			<pubDate>Mon, 01 Jul 2013 03:22:01 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">355045@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;Can you please check the fields on your form again as &#60;a href=&#34;http://vfpgolf.com/medium-tee-box-banner-sponsorship/&#34; rel=&#34;nofollow&#34;&#62;http://vfpgolf.com/medium-tee-box-banner-sponsorship/&#60;/a&#62; does have conditional logic enabled, you can tell becuase the conditional_logic.js file is included on the page and by checking the script beneath the form when viewing the page source code.&#60;/p&#62;
&#60;p&#62;It looks like conditional logic has been enabled on the section break, when conditional logic is enabled on a section break all fields located below it will also be hidden up to the next section break.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>matchmiddleeast on "Forms Made, Most Not Showing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/forms-made-most-not-showing#post-354559</link>
			<pubDate>Sun, 30 Jun 2013 20:59:44 +0000</pubDate>
			<dc:creator>matchmiddleeast</dc:creator>
			<guid isPermaLink="false">354559@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://vfpgolf.com/register/&#34; rel=&#34;nofollow&#34;&#62;http://vfpgolf.com/register/&#60;/a&#62;&#60;br /&#62;
This form DOES work and it has conditional logic.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://vfpgolf.com/medium-tee-box-banner-sponsorship/&#34; rel=&#34;nofollow&#34;&#62;http://vfpgolf.com/medium-tee-box-banner-sponsorship/&#60;/a&#62;&#60;br /&#62;
This form does NOT work and it does not have conditional logic.&#60;/p&#62;
&#60;p&#62;I have the newest versions of Wordpress, Cart66, and Gravity Forms, and I have no other plugins installed.&#60;/p&#62;
&#60;p&#62;I uninstalled Authorize.net.&#60;/p&#62;
&#60;p&#62;I have the conflict mode checked to Yes.&#60;/p&#62;
&#60;p&#62;I have ajax unchecked.&#60;/p&#62;
&#60;p&#62;I have checked the theme, and the same problems occur in the 12 Theme.&#60;/p&#62;
&#60;p&#62;This plugin is so frustrating. Some of the forms work perfectly when attached to a cart66 product, and the rest of them don't work at all. I tried inserting the form by itself, not attached to a product, and the same result. The title of the form shows and the submit button shows, but none of my fields show.&#60;/p&#62;
&#60;p&#62;Please help me not completely lose faith in this plugin. I want it to work, but so far it's too unpredictable and doesn't work most of the time.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "some question"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/some-question#post-191946</link>
			<pubDate>Sun, 31 Mar 2013 18:22:28 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">191946@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;We'll need to see your form online before we can help you with the actual CSS for your specific form.&#60;/p&#62;
&#60;p&#62;To center the text in a section break:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]

body .gform_wrapper h2.gsection_title {
    text-align:center;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;To center the form fields:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/how-do-i-center-the-entire-form#post-68147&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/how-do-i-center-the-entire-form#post-68147&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;To center only the form wrapper in your page:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper {
    margin: 0 auto!important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;To put a download link in your confirmation message to your visitor:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[html]
&#38;lt;a href=&#38;quot;http://example.com/wp-content/uploads/file.doc&#38;quot;&#38;gt;Download your file here&#38;lt;/a&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>cuddysteph on "some question"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/some-question#post-187905</link>
			<pubDate>Thu, 28 Mar 2013 11:27:48 +0000</pubDate>
			<dc:creator>cuddysteph</dc:creator>
			<guid isPermaLink="false">187905@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;i find for justify the section break.&#60;br /&#62;
For center no i try&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;body .gform_wrapper {
align:center
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;but doesn't work&#60;br /&#62;
and for download files no .
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "some question"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/some-question#post-187903</link>
			<pubDate>Thu, 28 Mar 2013 11:26:48 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">187903@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Here is a guide to our HTML structure and CSS:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Design_and_Layout&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Design_and_Layout&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The centering of your form will most likely need to be done at the theme level. Section breaks can be targeted globally, or independently as each field has it's own ID. You can also add classes if you wish via the form builder.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cuddysteph on "some question"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/some-question#post-187899</link>
			<pubDate>Thu, 28 Mar 2013 11:24:56 +0000</pubDate>
			<dc:creator>cuddysteph</dc:creator>
			<guid isPermaLink="false">187899@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;sorry is not online for the moment.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "some question"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/some-question#post-187856</link>
			<pubDate>Thu, 28 Mar 2013 10:41:05 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">187856@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Do you have a link to your form by chance for questions 1 and 2. For question 3 you can use an HTML field which will accept HTML for you to place a link for a download. Or you could put that HTML on the confirmation text and/or in your email confirmation. Not sure what your use-case here.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cuddysteph on "some question"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/some-question#post-187845</link>
			<pubDate>Thu, 28 Mar 2013 10:21:51 +0000</pubDate>
			<dc:creator>cuddysteph</dc:creator>
			<guid isPermaLink="false">187845@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;How can i justify text on section break ?&#60;br /&#62;
How can i center my form in my page ?&#60;br /&#62;
How can i put a file (link) that my client can download ?&#60;br /&#62;
Thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
