<?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 showing in page</title>
		<link>https://legacy.forums.gravityhelp.com/topic/form-not-showing-in-page</link>
		<description>Gravity Support Forums Topic: Form not showing in page</description>
		<language>en-US</language>
		<pubDate>Tue, 21 Apr 2026 08:30:09 +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-showing-in-page" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Form not showing in page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-not-showing-in-page#post-30027</link>
			<pubDate>Thu, 14 Jul 2011 16:16:03 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">30027@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Great. Thanks for the update. Let us know if you need anything else.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jawes on "Form not showing in page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-not-showing-in-page#post-30023</link>
			<pubDate>Thu, 14 Jul 2011 15:50:58 +0000</pubDate>
			<dc:creator>jawes</dc:creator>
			<guid isPermaLink="false">30023@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for checking it again! I informed the developer of the theme and he will check this according to your feedback and solution in the css.&#60;/p&#62;
&#60;p&#62;Now I can finish my project with Gravityforms and that feels fine.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Form not showing in page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-not-showing-in-page#post-30020</link>
			<pubDate>Thu, 14 Jul 2011 15:28:46 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">30020@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;After another pass.. I'm still not sure what the origin of the display problem is. It's related to your theme somehow.&#60;/p&#62;
&#60;p&#62;The UL containing your form fields is being floated/pushed to the right (red border in example) outside of the viewable area of the &#34;gform_wrapper&#34; div (dashed green border in example). I'm not clear why, but setting the overflow to visible makes it happy.&#60;/p&#62;
&#60;p&#62;screenshot: &#60;a href=&#34;http://bit.ly/pDilWQ&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/pDilWQ&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Either way, you should be fine to run with what's working now.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Form not showing in page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-not-showing-in-page#post-29996</link>
			<pubDate>Thu, 14 Jul 2011 12:34:08 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">29996@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yeah, I'll take another look at it and see what the initial cause was but it shouldn't be a big deal. The snippet I gave you should suffice either way to overcome whatever is causing the style conflict.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jawes on "Form not showing in page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-not-showing-in-page#post-29994</link>
			<pubDate>Thu, 14 Jul 2011 12:31:18 +0000</pubDate>
			<dc:creator>jawes</dc:creator>
			<guid isPermaLink="false">29994@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Are you planning to look further into it then?&#60;br /&#62;
I added the code and yes it works now ... thanks very much.&#60;br /&#62;
This is a big relieve!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Form not showing in page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-not-showing-in-page#post-29985</link>
			<pubDate>Thu, 14 Jul 2011 11:19:45 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">29985@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;There's some kind of CSS conflict with your theme but I haven't nailed down the source of it just yet.&#60;/p&#62;
&#60;p&#62;Try adding this to the end of your theme stylesheet. It should work for you. It did in my test.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper ul.gform_fields {
    overflow: visible;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;screenshot: &#60;a href=&#34;http://bit.ly/p6f5Ij&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/p6f5Ij&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jawes on "Form not showing in page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-not-showing-in-page#post-29976</link>
			<pubDate>Thu, 14 Jul 2011 10:42:47 +0000</pubDate>
			<dc:creator>jawes</dc:creator>
			<guid isPermaLink="false">29976@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Kevin,&#60;/p&#62;
&#60;p&#62;Here is the link to the page:&#60;br /&#62;
&#60;a href=&#34;http://www.lichtdeboer.nl/contact/&#34; rel=&#34;nofollow&#34;&#62;http://www.lichtdeboer.nl/contact/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Form not showing in page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-not-showing-in-page#post-29968</link>
			<pubDate>Thu, 14 Jul 2011 08:16:48 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">29968@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can you post a URL to your form page? I'm going to need to see it to help you debug your issue. It's most likely some type of styling conflict with your theme but I can't give you any direction until I see it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jawes on "Form not showing in page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-not-showing-in-page#post-29967</link>
			<pubDate>Thu, 14 Jul 2011 07:21:10 +0000</pubDate>
			<dc:creator>jawes</dc:creator>
			<guid isPermaLink="false">29967@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;When I switch off the Output CSS the form appears. Only the formatting of the fields/labels is not correct anymore. Could it be a CSS issue?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jawes on "Form not showing in page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-not-showing-in-page#post-29964</link>
			<pubDate>Thu, 14 Jul 2011 03:40:51 +0000</pubDate>
			<dc:creator>jawes</dc:creator>
			<guid isPermaLink="false">29964@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have tested it also with Formidable forms and there is no conflict with the theme.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
