<?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: Conditional form not visible in Chrome or Safari Browser</title>
		<link>https://legacy.forums.gravityhelp.com/topic/conditional-form-not-visible-in-chrome-or-safari-browser</link>
		<description>Gravity Support Forums Topic: Conditional form not visible in Chrome or Safari Browser</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 13:49:01 +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/conditional-form-not-visible-in-chrome-or-safari-browser" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Conditional form not visible in Chrome or Safari Browser"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-form-not-visible-in-chrome-or-safari-browser#post-9118</link>
			<pubDate>Sun, 29 Aug 2010 18:46:20 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">9118@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for the update Steve. Let us know how it goes.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Stephen Day on "Conditional form not visible in Chrome or Safari Browser"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-form-not-visible-in-chrome-or-safari-browser#post-9114</link>
			<pubDate>Sun, 29 Aug 2010 16:14:22 +0000</pubDate>
			<dc:creator>Stephen Day</dc:creator>
			<guid isPermaLink="false">9114@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Kevin! I'll give that a go. It also started working again when I omitted the form description from the embedded form.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Conditional form not visible in Chrome or Safari Browser"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-form-not-visible-in-chrome-or-safari-browser#post-9023</link>
			<pubDate>Thu, 26 Aug 2010 00:48:35 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">9023@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;There's some kind of script weirdness going on but I can't nail it down yet. Normally, the forms work fine in all the normal browsers using conditional logic.&#60;/p&#62;
&#60;p&#62;Try adding this to your theme stylesheet and see if that fixes it for you.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;.gform_wrapper {overflow:visible}&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Stephen Day on "Conditional form not visible in Chrome or Safari Browser"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-form-not-visible-in-chrome-or-safari-browser#post-9019</link>
			<pubDate>Wed, 25 Aug 2010 20:28:30 +0000</pubDate>
			<dc:creator>Stephen Day</dc:creator>
			<guid isPermaLink="false">9019@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, I've got a similar problem.  My form at &#60;a href=&#34;http://teu.ac.nz/2010/08/submit-for-fairness/&#34; rel=&#34;nofollow&#34;&#62;http://teu.ac.nz/2010/08/submit-for-fairness/&#60;/a&#62; is showing up properly in IE but not in Firefox or Chrome. I've been through and searched the page to find anything that is miscoded but nothing stands out.  Any advice? Gratefully, Stephen
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Conditional form not visible in Chrome or Safari Browser"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-form-not-visible-in-chrome-or-safari-browser#post-8127</link>
			<pubDate>Mon, 02 Aug 2010 14:30:02 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">8127@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This is due to errors on your page unrelated to Gravity Forms.&#60;/p&#62;
&#60;p&#62;If you use the developer tools in Safari and Chrome to view errors from the page you will see the following errors:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;- Unmatched &#38;lt;/a&#38;gt; encountered.  Ignoring tag.
- Unmatched &#38;lt;/span&#38;gt; encountered.  Ignoring tag.
- Uncaught TypeError: undefined is not a function&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Resolve these errors and i'm betting the forms will appear.  Looks like some bad markup on that page preventing the forms from appearing properly.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>osoamazin on "Conditional form not visible in Chrome or Safari Browser"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-form-not-visible-in-chrome-or-safari-browser#post-8124</link>
			<pubDate>Mon, 02 Aug 2010 13:29:34 +0000</pubDate>
			<dc:creator>osoamazin</dc:creator>
			<guid isPermaLink="false">8124@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have a conditional form on my Contact page of my site: &#60;a href=&#34;http://amazinglikeness.com&#34; rel=&#34;nofollow&#34;&#62;http://amazinglikeness.com&#60;/a&#62;. However, the form does not display at all when using the Chrome or Safari browsers on Windows or Mac. IE and Firefox work perfectly though. I really need to get this working. Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
