<?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: active form stopped displaying because style of &#039;display: none&#039; assigned to it</title>
		<link>https://legacy.forums.gravityhelp.com/topic/active-form-stopped-displaying-because-style-of-display-none-assigned-to-it</link>
		<description>Gravity Support Forums Topic: active form stopped displaying because style of &#039;display: none&#039; assigned to it</description>
		<language>en-US</language>
		<pubDate>Sun, 05 Apr 2026 19:03:59 +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/active-form-stopped-displaying-because-style-of-display-none-assigned-to-it" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "active form stopped displaying because style of &#039;display: none&#039; assigned to it"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/active-form-stopped-displaying-because-style-of-display-none-assigned-to-it#post-6012</link>
			<pubDate>Wed, 02 Jun 2010 21:47:48 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">6012@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Cool. Thanks for the update, let me know how it goes.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>milehigh on "active form stopped displaying because style of &#039;display: none&#039; assigned to it"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/active-form-stopped-displaying-because-style-of-display-none-assigned-to-it#post-6005</link>
			<pubDate>Wed, 02 Jun 2010 20:06:16 +0000</pubDate>
			<dc:creator>milehigh</dc:creator>
			<guid isPermaLink="false">6005@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;What's weird is:&#60;br /&#62;
-I 'did' have conditional logic for a field, but the conditional check box somehow got unchecked (should that make the entire form not display?)&#60;br /&#62;
-the form used to display, and without me editing the form, it suddenly stopped displaying&#60;/p&#62;
&#60;p&#62;I'll have to reconfigure the conditional logic and then see if it works correctly from there.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "active form stopped displaying because style of &#039;display: none&#039; assigned to it"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/active-form-stopped-displaying-because-style-of-display-none-assigned-to-it#post-5997</link>
			<pubDate>Wed, 02 Jun 2010 13:06:40 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">5997@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The &#34;style:none;&#34; is the proper behavior if you have conditional logic fields enabled.&#60;/p&#62;
&#60;p&#62;You shouldn't have to hack the core files for anything here. It's most likely an error in setting up the form. &#60;/p&#62;
&#60;p&#62;Do you have any conditional logic fields enabled on the form? I don't see any but it's loading the conditional logic scripts as though you do.&#60;/p&#62;
&#60;p&#62;You may have enabled it for some field and not configured it correctly. I would go back and check the field settings looking for that.&#60;/p&#62;
&#60;p&#62;Let us know what you find.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>milehigh on "active form stopped displaying because style of &#039;display: none&#039; assigned to it"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/active-form-stopped-displaying-because-style-of-display-none-assigned-to-it#post-5995</link>
			<pubDate>Wed, 02 Jun 2010 12:36:54 +0000</pubDate>
			<dc:creator>milehigh</dc:creator>
			<guid isPermaLink="false">5995@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;My only active form stopped displaying. After deactivating all other plugins I finally noticed the form code was in my page (via the shortcode), but the form had an inline element style of 'display: none' assigned to it, so the form just wasn't showing.&#60;/p&#62;
&#60;p&#62;I edited form_display.php to change:&#60;br /&#62;
&#60;code&#62;$style = self::has_conditional_logic($form) ? &#38;quot;style=&#38;#39;display:none&#38;#39;&#38;quot; : &#38;quot;&#38;quot;;&#60;/code&#62;&#60;br /&#62;
To:&#60;br /&#62;
&#60;code&#62;$style = self::has_conditional_logic($form) ? &#38;quot;style=&#38;#39;display:block&#38;#39;&#38;quot; : &#38;quot;&#38;quot;;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;This seems like a temporary fix, so I need a permanent solution as to why an Active form is disalbed.&#60;/p&#62;
&#60;p&#62;Form page:&#60;br /&#62;
&#60;a href=&#34;http://sitesubscribe.com/contact/&#34; rel=&#34;nofollow&#34;&#62;http://sitesubscribe.com/contact/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
