<?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: Preview Form works but not live form</title>
		<link>https://legacy.forums.gravityhelp.com/topic/preview-form-works-but-not-live-form</link>
		<description>Gravity Support Forums Topic: Preview Form works but not live form</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 23:26:23 +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/preview-form-works-but-not-live-form" rel="self" type="application/rss+xml" />

		<item>
			<title>David Peralty on "Preview Form works but not live form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/preview-form-works-but-not-live-form#post-83988</link>
			<pubDate>Fri, 26 Oct 2012 11:23:25 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">83988@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;No problem, and good luck. You might still want to inform the theme developer so they can have this fixed for future releases.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>autobizchris on "Preview Form works but not live form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/preview-form-works-but-not-live-form#post-83976</link>
			<pubDate>Fri, 26 Oct 2012 10:38:50 +0000</pubDate>
			<dc:creator>autobizchris</dc:creator>
			<guid isPermaLink="false">83976@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ok. I figured it out.&#60;/p&#62;
&#60;p&#62;That JQuery script was being loaded depending on the Page Template I was using. In Optimize Press the default template is &#34;Default Template&#34; I couldn't locate which php file it was referencing so I just changed the template. Once I did that the conditional logic worked.&#60;/p&#62;
&#60;p&#62;I guess for a solid solution for this issue would be to locate the Default Template php and remove the reference to the jquery script in there.&#60;/p&#62;
&#60;p&#62;Hopefully this will help anybody else who has problems with conditional logic and the Optimize Press theme.&#60;/p&#62;
&#60;p&#62;Thanks David
&#60;/p&#62;</description>
		</item>
		<item>
			<title>autobizchris on "Preview Form works but not live form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/preview-form-works-but-not-live-form#post-83967</link>
			<pubDate>Fri, 26 Oct 2012 10:23:50 +0000</pubDate>
			<dc:creator>autobizchris</dc:creator>
			<guid isPermaLink="false">83967@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm assuming it's coming from the theme since I don't have any plugins installed at the moment. However, the same thing is happening when I activate the Twenty Eleven Theme so I may be off with my assessment. &#60;/p&#62;
&#60;p&#62;Seems like a lot of trouble for using conditional fields...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Preview Form works but not live form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/preview-form-works-but-not-live-form#post-83958</link>
			<pubDate>Fri, 26 Oct 2012 09:53:15 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">83958@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;So the &#38;lt;script src=&#34;http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js&#34; type=&#34;text/javascript&#34;&#38;gt;&#38;lt;/script&#38;gt; comes from your theme? If so, contact the theme developer to see if they can resolve the issue for you, or look in your head.php file to see if you can remove it, or in your functions.php file. All my best!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>autobizchris on "Preview Form works but not live form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/preview-form-works-but-not-live-form#post-83953</link>
			<pubDate>Fri, 26 Oct 2012 09:29:41 +0000</pubDate>
			<dc:creator>autobizchris</dc:creator>
			<guid isPermaLink="false">83953@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ok so I've narrowed it down to a JQuery issue between GF and my Optimize Press theme. The only conditional logic I have on my form now is the next button (it should only appear after the last question is answered).&#60;/p&#62;
&#60;p&#62;I would love to be able to get this resolved so I can restore my original conditional logic functionality to the form.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>autobizchris on "Preview Form works but not live form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/preview-form-works-but-not-live-form#post-83933</link>
			<pubDate>Fri, 26 Oct 2012 07:38:56 +0000</pubDate>
			<dc:creator>autobizchris</dc:creator>
			<guid isPermaLink="false">83933@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Found this code in my functions.php file and commented it out:&#60;/p&#62;
&#60;p&#62;function my_init() {&#60;br /&#62;
 if (!is_admin()) {&#60;br /&#62;
 wp_enqueue_script('jquery');&#60;br /&#62;
 }&#60;br /&#62;
}&#60;br /&#62;
add_action('init', 'my_init');&#60;/p&#62;
&#60;p&#62;Still no success.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>autobizchris on "Preview Form works but not live form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/preview-form-works-but-not-live-form#post-83831</link>
			<pubDate>Thu, 25 Oct 2012 22:48:56 +0000</pubDate>
			<dc:creator>autobizchris</dc:creator>
			<guid isPermaLink="false">83831@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ok, Thanks.&#60;/p&#62;
&#60;p&#62;Unfortunately I have no clue where that script is being called from to remove. Is it in my theme or the GF plugin?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Preview Form works but not live form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/preview-form-works-but-not-live-form#post-83791</link>
			<pubDate>Thu, 25 Oct 2012 18:57:32 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">83791@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You have a second JQuery call that is making a mess of things:&#60;br /&#62;
&#38;lt;script src=&#34;http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js&#34; type=&#34;text/javascript&#34;&#38;gt;&#38;lt;/script&#38;gt;&#60;/p&#62;
&#60;p&#62;If you can remove that, it should go a long way towards helping.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>autobizchris on "Preview Form works but not live form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/preview-form-works-but-not-live-form#post-83790</link>
			<pubDate>Thu, 25 Oct 2012 18:54:57 +0000</pubDate>
			<dc:creator>autobizchris</dc:creator>
			<guid isPermaLink="false">83790@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;When I preview my form it functions just fine. However the live version doesn't function correctly at all. I am developing a site using Optimize Press theme.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://automatedbusinessformula.com/check-up&#34; rel=&#34;nofollow&#34;&#62;http://automatedbusinessformula.com/check-up&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Don't have any other plugins installed.&#60;/p&#62;
&#60;p&#62;Once you select &#34;yes&#34; for the first question a second should appear. It doesn't. But when I hit the next button I get the error box showing the second question.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
