<?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: Unwanted display:none</title>
		<link>https://legacy.forums.gravityhelp.com/topic/unwanted-displaynone</link>
		<description>Gravity Support Forums Topic: Unwanted display:none</description>
		<language>en-US</language>
		<pubDate>Wed, 22 Apr 2026 05:56: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/topic/unwanted-displaynone" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Unwanted display:none"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/unwanted-displaynone#post-14225</link>
			<pubDate>Sat, 11 Dec 2010 12:00:19 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">14225@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If you're really concerned about this, you can simply create an alternate form that doesn't use the conditional logic features (or any other Javascript-dependent features like the datepicker, etc), embed that on another page and then use a noscript tag in your original form page to direct people without Javascript enabled browsers to the alternate form page.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;noscript&#38;gt;It appears that you don&#38;#39;t have Javascript enabled. Please continue &#38;lt;a href=&#38;quot;http://www.mysite.com/noscriptform/&#38;quot;&#38;gt;to this page&#38;lt;/a&#38;gt; to complete the contact form.&#38;lt;/noscript&#38;gt;&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Unwanted display:none"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/unwanted-displaynone#post-14206</link>
			<pubDate>Fri, 10 Dec 2010 19:24:07 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">14206@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;When using conditional logic, JS is used to show or hide the fields.  So the form being inaccessible when Javascript is disabled is a bit moot as the form is most likely unusable anyway due to how conditional logic works.  This was unavoidable.  &#60;/p&#62;
&#60;p&#62;The display: none; was added inline to avoid having the form temporarily visible before being hidden with script.  What would happen is you would see the entire form until the Javascript that tells it to hide would be loaded, which results in a flickering of the form before it is hidden.&#60;/p&#62;
&#60;p&#62;Javascript is used to show and hide the fields based on your conditional logic rules.&#60;/p&#62;
&#60;p&#62;We can look into how we can best handle a situation where the user has Javascript turned off, but conditional logic relies on it to function.  It is what does the conditional functionality.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>HansvanWijk on "Unwanted display:none"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/unwanted-displaynone#post-14205</link>
			<pubDate>Fri, 10 Dec 2010 19:11:24 +0000</pubDate>
			<dc:creator>HansvanWijk</dc:creator>
			<guid isPermaLink="false">14205@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I really like your plugin, but one thing is really killing me.&#60;/p&#62;
&#60;p&#62;When a form uses conditional logic it receives inline css with display:none; This means that the form is totally inaccessible for people browsing without javascript. &#60;/p&#62;
&#60;p&#62;Is there any way (without editing core files) to disable the display:none. I also think it would be much better to add this style with javascript, that would keep the form accessible at all times&#60;/p&#62;
&#60;p&#62;Looking forward to your answer,
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
