<?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 has stopped displaying - being set to display:none;</title>
		<link>https://legacy.forums.gravityhelp.com/topic/form-has-stopped-displaying-being-set-to-displaynone</link>
		<description>Gravity Support Forums Topic: Form has stopped displaying - being set to display:none;</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 03:27:43 +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-has-stopped-displaying-being-set-to-displaynone" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "Form has stopped displaying - being set to display:none;"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-has-stopped-displaying-being-set-to-displaynone#post-49349</link>
			<pubDate>Mon, 13 Feb 2012 19:13:38 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">49349@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If conditional logic is not working it's going to be due to a javascript error.  Javascript errors cause your browser to quit executing ALL javascript on the page, even when it's unrelated to Gravity Forms itself.&#60;/p&#62;
&#60;p&#62;Because conditional logic uses javascript to show/hide the fields that should be visible, anytime there is a javascript error it will result in the form not being displayed at all.&#60;/p&#62;
&#60;p&#62;If you are using FireFox I highly recommend you install the FireBug plugin for FireFox.  Then when you encounter an issue like this, enable FireBug and browse to the site.  If you select the error console in FireBug it will display any errors and you can see what is going on.&#60;/p&#62;
&#60;p&#62;In order to be able to determine what is going on you would need to provide us with the URL to a page on your site that is having this problem.  We'd have to be able to view it ourselves and inspect the markup.  The method I described above using FireBug is also what we would do to check for any Javascript errors.&#60;/p&#62;
&#60;p&#62;A Javascript error in this situation can be caused by...&#60;/p&#62;
&#60;ul&#62;
&#60;li&#62;jQuery not being present.&#60;/li&#62;
&#60;li&#62;jQuery being enqueued AFTER the form script related to conditional logic executes, such as in the footer instead of the header.&#60;/li&#62;
&#60;li&#62;Theme related javascript error on the same page.&#60;/li&#62;
&#60;li&#62;Another plugin outputting a javascript error on the same page.&#60;/li&#62;
&#60;/ul&#62;
&#60;p&#62;I am closing this forum post as the original posters issue was resolved.  &#60;/p&#62;
&#60;p&#62;If you are experiencing this issue and need assistance, please create a new support forum post of your own and explain the issue and also provide us with a link to your site where we can see the issue happening firsthand.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Lsileon on "Form has stopped displaying - being set to display:none;"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-has-stopped-displaying-being-set-to-displaynone#post-49326</link>
			<pubDate>Mon, 13 Feb 2012 18:26:23 +0000</pubDate>
			<dc:creator>Lsileon</dc:creator>
			<guid isPermaLink="false">49326@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You shouldn't overwrite the inline CSS code. My solution was to move the javascript/jquery library link to the header file.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>SlickSites on "Form has stopped displaying - being set to display:none;"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-has-stopped-displaying-being-set-to-displaynone#post-48645</link>
			<pubDate>Tue, 07 Feb 2012 21:36:17 +0000</pubDate>
			<dc:creator>SlickSites</dc:creator>
			<guid isPermaLink="false">48645@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Im getting the same issue.&#60;br /&#62;
All my forms were working fine until I added conditional logic to one.&#60;br /&#62;
Now, none of the forms (with conditional logic) show. They are showing in the source code.&#60;br /&#62;
If I remove all conditional logic the forms will show.&#60;br /&#62;
Plus they show in the 'preview'&#60;br /&#62;
But the overall form is display:none.&#60;br /&#62;
Kind weird.&#60;/p&#62;
&#60;p&#62;OK - So I added - &#60;/p&#62;
&#60;p&#62;.gform_wrapper {&#60;br /&#62;
	overflow: inherit;&#60;br /&#62;
	margin: 10px 0;&#60;br /&#62;
	max-width: 98%;&#60;br /&#62;
	display: inline !important;&#60;/p&#62;
&#60;p&#62;to form.css to enable the form to show. (This is a live site!!!)&#60;/p&#62;
&#60;p&#62;BUT - it appears that None of the Javascript is working.&#60;br /&#62;
The jquery must conflict with something.&#60;br /&#62;
(Im using infocus theme)&#60;/p&#62;
&#60;p&#62;Heellllp!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Form has stopped displaying - being set to display:none;"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-has-stopped-displaying-being-set-to-displaynone#post-45503</link>
			<pubDate>Wed, 04 Jan 2012 19:02:54 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">45503@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;When you embed the form in a template file, you need to enqueue the Gravity Forms scripts and styles yourself. If you don't include the scripts, the form will be hidden with the CSS display:none.  The JavaScript is what unhides it.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Embedding_A_Form#Enqueue_Scripts_and_Styles&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Embedding_A_Form#Enqueue_Scripts_and_Styles&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Stormbox on "Form has stopped displaying - being set to display:none;"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-has-stopped-displaying-being-set-to-displaynone#post-45390</link>
			<pubDate>Tue, 03 Jan 2012 22:53:55 +0000</pubDate>
			<dc:creator>Stormbox</dc:creator>
			<guid isPermaLink="false">45390@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;FYI, I noticed that using the shortcode on a page or post works fine, but if you use the do_shortcode method in your template...&#60;/p&#62;
&#60;p&#62;&#38;lt; ?php echo do_shortcode('[gravityform id=1 name=Contact title=false description=true]'); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;...that's when the display:none issue occurs.&#60;/p&#62;
&#60;p&#62;If you're using the do_shortcode method in your template so you can place the form in a &#38;lt;div&#38;gt; for styling purposes, consider that you can instead just put a class on the gravity form:&#60;/p&#62;
&#60;p&#62;Form settings -&#38;gt; Advanced -&#38;gt; CSS Class Name
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mklar on "Form has stopped displaying - being set to display:none;"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-has-stopped-displaying-being-set-to-displaynone#post-45208</link>
			<pubDate>Fri, 30 Dec 2011 19:59:46 +0000</pubDate>
			<dc:creator>mklar</dc:creator>
			<guid isPermaLink="false">45208@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I was having a similar problem and discovered that there was an issue with W3 Total Cache. I disabled the Minify function in the General tab of the plugin and it seemed to fix the problem.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Imaginista on "Form has stopped displaying - being set to display:none;"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-has-stopped-displaying-being-set-to-displaynone#post-44785</link>
			<pubDate>Thu, 22 Dec 2011 07:06:33 +0000</pubDate>
			<dc:creator>Imaginista</dc:creator>
			<guid isPermaLink="false">44785@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey Chris, kickstarted by your input I ended up figuring it out, the issue was that I mostly copied the blank page template from &#60;a href=&#34;http://www.gravityhelp.com/creating-a-modal-form-with-gravity-forms-and-fancybox/&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/creating-a-modal-form-with-gravity-forms-and-fancybox/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;When I ended up trimming down the header, body and footer of my template  (&#60;a href=&#34;http://www.rootstheme.com/&#34; rel=&#34;nofollow&#34;&#62;http://www.rootstheme.com/&#60;/a&#62; )into a blank page to hold the form the issue resolved itself.&#60;/p&#62;
&#60;p&#62;Below is a working blank template that I ended up with, hopefully this can help someone, please suggest any improvements&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.pastie.org/3056760&#34; rel=&#34;nofollow&#34;&#62;http://www.pastie.org/3056760&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Dima
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Imaginista on "Form has stopped displaying - being set to display:none;"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-has-stopped-displaying-being-set-to-displaynone#post-44779</link>
			<pubDate>Thu, 22 Dec 2011 04:12:43 +0000</pubDate>
			<dc:creator>Imaginista</dc:creator>
			<guid isPermaLink="false">44779@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Chris, thank you for getting back to me so quickly. I used the Roots Theme &#60;a href=&#34;http://www.rootstheme.com/&#34; rel=&#34;nofollow&#34;&#62;http://www.rootstheme.com/&#60;/a&#62; to code this website.  The latest version of Gravity Form was purchased and installed today.&#60;/p&#62;
&#60;p&#62;The reason the page is blank is because I am using a blank template for the form and then displaying it in a modal window as suggested in the &#60;a href=&#34;http://www.gravityhelp.com/creating-a-modal-form-with-gravity-forms-and-fancybox/&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/creating-a-modal-form-with-gravity-forms-and-fancybox/&#60;/a&#62; tutorial. &#60;/p&#62;
&#60;p&#62;The issue of two conditional scripts being included stems from the tutorial above as I failed to remove the line 19 from the blank page template suggested there. That is fixed now.&#60;/p&#62;
&#60;p&#62;Not sure about CDATA problem (that is going a little bit over my head), is that related to the doctype? I have now replaced the XHTML 1.0 Transitional with simple doctype html.&#60;/p&#62;
&#60;p&#62;After taking apart the form I pinpointed the problem to the conditional logic with the province/state fields.&#60;/p&#62;
&#60;p&#62;The intent was that those fields are required. If the user chooses Canada - Province is displayed. If US is chosen State is displayed. If other Countries are chosen nothing is displayed.&#60;/p&#62;
&#60;p&#62;Can you please take a look at the two identical forms I created to illustrate this issue, first one without conditional logic and the second one with logic applied on the province field. They are located at  &#60;a href=&#34;http://www.imaginista.ca/clienttestcentre/faq/&#34; rel=&#34;nofollow&#34;&#62;http://www.imaginista.ca/clienttestcentre/faq/&#60;/a&#62; - the fist two links in the body, &#34;contact us&#34; and &#34;contact me&#34;. As you can see the first one works and the second one does not. &#60;/p&#62;
&#60;p&#62;What would you suggest in this case?&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Dima
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Form has stopped displaying - being set to display:none;"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-has-stopped-displaying-being-set-to-displaynone#post-44768</link>
			<pubDate>Thu, 22 Dec 2011 00:28:18 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">44768@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@Imaginista, your issue is different.  That page is very weird.  Nothing at all is coming up on it.  It's all in the source, but there is nothing displayed.  When there is a JavaScript conflict, typically, just the form is not displayed.&#60;/p&#62;
&#60;p&#62;It looks like the site is running WordPress 3.3, but I can't tell what version of Gravity Forms is installed.  I see the conditional logic scripts being included twice, once from 1.6.2 and once from 1.3.13.1.  Something very strange is going on.  Can you explain more about your setup?&#60;/p&#62;
&#60;p&#62;Looking at the source, I see also you have this CDATA problem discussed here:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/xhtml-validation-gf_apply_rules#post-43168&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/xhtml-validation-gf_apply_rules#post-43168&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Are you using a custom page template?  I can't see a reference to a WordPress theme, and jQuery is not included either.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Imaginista on "Form has stopped displaying - being set to display:none;"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-has-stopped-displaying-being-set-to-displaynone#post-44767</link>
			<pubDate>Wed, 21 Dec 2011 23:31:52 +0000</pubDate>
			<dc:creator>Imaginista</dc:creator>
			<guid isPermaLink="false">44767@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I appear to be having the same issue on this page:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.imaginista.ca/clienttestcentre/contact-us-form/&#34; rel=&#34;nofollow&#34;&#62;http://www.imaginista.ca/clienttestcentre/contact-us-form/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Is there any chance you could point me into the right direction on where it is going wrong?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
