<?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: Forms display on one page, not on another w/ identical elements</title>
		<link>https://legacy.forums.gravityhelp.com/topic/forms-display-on-one-page-not-on-another-w-identical-elements</link>
		<description>Gravity Support Forums Topic: Forms display on one page, not on another w/ identical elements</description>
		<language>en-US</language>
		<pubDate>Fri, 24 Apr 2026 20:02:41 +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/forms-display-on-one-page-not-on-another-w-identical-elements" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "Forms display on one page, not on another w/ identical elements"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/forms-display-on-one-page-not-on-another-w-identical-elements#post-21578</link>
			<pubDate>Fri, 25 Mar 2011 17:43:15 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">21578@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Only forms using Conditional Logic would have this problem, and only forms that have Conditional Logic display a display: none in the form wrapper. So, the forms have to be different and only forms with Conditional Logic will have a problem if there is a Javascript error on the page that causes Javascript to quit executing.&#60;/p&#62;
&#60;p&#62;The display: none isn't to blame, it's by design.  The entire form is hidden and then Javascript is used to only display the fields that should be displayed based on conditional logic.  HOWEVER if something else on your site is causing a Javascript error, then these fields can't be unhidden because once there is a Javascript error your browser doesn't execute the remaining Javascript on the page.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cshel on "Forms display on one page, not on another w/ identical elements"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/forms-display-on-one-page-not-on-another-w-identical-elements#post-21576</link>
			<pubDate>Fri, 25 Mar 2011 17:42:49 +0000</pubDate>
			<dc:creator>cshel</dc:creator>
			<guid isPermaLink="false">21576@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ok... I re-enabled the sidebar social thing, because disabling it just caused it to not display, not not load in the first place, hence the problem.&#60;/p&#62;
&#60;p&#62;Is it a bug that if you enable conditional logic, and then disable it later, that the display:none never goes away?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cshel on "Forms display on one page, not on another w/ identical elements"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/forms-display-on-one-page-not-on-another-w-identical-elements#post-21573</link>
			<pubDate>Fri, 25 Mar 2011 17:39:49 +0000</pubDate>
			<dc:creator>cshel</dc:creator>
			<guid isPermaLink="false">21573@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Wouldn't that same error cause the forms to not load on the other page I mentioned? They're using the exact same templates and have the same options enabled/disabled.&#60;/p&#62;
&#60;p&#62;The only difference I can see is that for some reason, the form on the Add Restaurant page is putting that display:none directive in the div for the form wrapper. &#60;/p&#62;
&#60;p&#62;That particular form won't even display in the preview and I suspect the mystery display:none is to blame.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Forms display on one page, not on another w/ identical elements"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/forms-display-on-one-page-not-on-another-w-identical-elements#post-21558</link>
			<pubDate>Fri, 25 Mar 2011 17:17:51 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">21558@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The display none is added to conditional logic forms and then jQuery is used to unhide the fields that should be visible.&#60;/p&#62;
&#60;p&#62;Your page actually does have a Javascript error.  Here is a screenshot:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://grab.by/9GJz&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/9GJz&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;So you would first have to determine why you have a Javascript error and correct it as Javascript errors cause the browser to quit executing Javascript which would prevent a conditional logic form from being displayed.&#60;/p&#62;
&#60;p&#62;I also see you are using the WP-Minify plugin.  We've had reports that on some sites this causes problems with Gravity Forms Javascript.  So if after resolving the Javascript error I included a screenshot of above you still have a problem, try testing with WP-Minify deactivated.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cshel on "Forms display on one page, not on another w/ identical elements"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/forms-display-on-one-page-not-on-another-w-identical-elements#post-21541</link>
			<pubDate>Fri, 25 Mar 2011 16:23:24 +0000</pubDate>
			<dc:creator>cshel</dc:creator>
			<guid isPermaLink="false">21541@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Here's something odd... the forms that show up do not have this and I would guess this is why it's an issue...&#60;/p&#62;
&#60;p&#62;div class='gform_wrapper' id='gform_wrapper_3' style='display:none'&#60;/p&#62;
&#60;p&#62;What would be causing the form to insert the display:none?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cshel on "Forms display on one page, not on another w/ identical elements"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/forms-display-on-one-page-not-on-another-w-identical-elements#post-21532</link>
			<pubDate>Fri, 25 Mar 2011 15:20:53 +0000</pubDate>
			<dc:creator>cshel</dc:creator>
			<guid isPermaLink="false">21532@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I found a closed topic that was very similar to mine, but since it was closed I couldn't ask there :)&#60;/p&#62;
&#60;p&#62;I have 2 different forms... one is admittedly more simple than the other, but the more complex one used to work fine and I'm not sure why it stopped displaying (I did just upgrade to the latest version of gravity forms, so that might(?) have something to do with it?)&#60;/p&#62;
&#60;p&#62;The two forms in question are displayed on pages that use identical templates (identical widgets, identical page templates), but while &#60;a href=&#34;http://www.lafayette-online.com/ads/&#34; rel=&#34;nofollow&#34;&#62;http://www.lafayette-online.com/ads/&#60;/a&#62; works fine... &#60;a href=&#34;http://www.lafayette-online.com/ads/add-restaurant/&#34; rel=&#34;nofollow&#34;&#62;http://www.lafayette-online.com/ads/add-restaurant/&#60;/a&#62; does not display.&#60;/p&#62;
&#60;p&#62;I checked in Firebug for javascript errors and did not see any, and I turned off all of the conditional logic in the Add Restaurant form, but still no joy.&#60;/p&#62;
&#60;p&#62;Any ideas?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
