<?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: Expected &#039;)&#039; bug with Gravity forms 1.7.5 ajax form</title>
		<link>https://legacy.forums.gravityhelp.com/topic/expected-bug-with-gravity-forms-175-ajax-form</link>
		<description>Gravity Support Forums Topic: Expected &#039;)&#039; bug with Gravity forms 1.7.5 ajax form</description>
		<language>en-US</language>
		<pubDate>Thu, 23 Apr 2026 00:25:45 +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/expected-bug-with-gravity-forms-175-ajax-form" rel="self" type="application/rss+xml" />

		<item>
			<title>Richard Vav on "Expected &#039;)&#039; bug with Gravity forms 1.7.5 ajax form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/expected-bug-with-gravity-forms-175-ajax-form#post-316692</link>
			<pubDate>Tue, 11 Jun 2013 05:19:54 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">316692@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;No problem, glad you figured it out.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>interactive_bytes on "Expected &#039;)&#039; bug with Gravity forms 1.7.5 ajax form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/expected-bug-with-gravity-forms-175-ajax-form#post-316689</link>
			<pubDate>Tue, 11 Jun 2013 05:15:29 +0000</pubDate>
			<dc:creator>interactive_bytes</dc:creator>
			<guid isPermaLink="false">316689@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Richard. &#60;/p&#62;
&#60;p&#62;I should never code/debug when tired. I was globally applying a stripslashes to custom fields.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Expected &#039;)&#039; bug with Gravity forms 1.7.5 ajax form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/expected-bug-with-gravity-forms-175-ajax-form#post-316653</link>
			<pubDate>Tue, 11 Jun 2013 04:34:12 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">316653@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sorry, you're correct I should have spotted that, here's what it looks like on my GF 1.7.5, WP 3.5.1 and twenty twelve theme localhost setup&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;jQuery(&#38;#39;#gform_wrapper_1&#38;#39;).replaceWith(&#38;#39;&#38;lt;&#38;#39; + &#38;#39;div id=\&#38;#39;gforms_confirmation_message\&#38;#39; class=\&#38;#39;gform_confirmation_message_1\&#38;#39;&#38;#39; + &#38;#39;&#38;gt;&#38;#39; + confirmation_content + &#38;#39;&#38;lt;&#38;#39; + &#38;#39;/div&#38;#39; + &#38;#39;&#38;gt;&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;something on your setup is messing with the script and stripping the backslashes, have you tried testing for a &#60;a href=&#34;http://rkt.gs/testing&#34; rel=&#34;nofollow&#34;&#62;plugin/theme conflict&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Richard
&#60;/p&#62;</description>
		</item>
		<item>
			<title>interactive_bytes on "Expected &#039;)&#039; bug with Gravity forms 1.7.5 ajax form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/expected-bug-with-gravity-forms-175-ajax-form#post-316642</link>
			<pubDate>Tue, 11 Jun 2013 04:14:43 +0000</pubDate>
			<dc:creator>interactive_bytes</dc:creator>
			<guid isPermaLink="false">316642@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Richard, but this is the default code generated from GF. I should have probably submitted a priority support ticket.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Expected &#039;)&#039; bug with Gravity forms 1.7.5 ajax form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/expected-bug-with-gravity-forms-175-ajax-form#post-316578</link>
			<pubDate>Tue, 11 Jun 2013 03:07:00 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">316578@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;It's not the escaping of the slashes, I suspect it is to do with the use of the single and double quotes, also you should be able to simplify it down to the following&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;jQuery(&#38;#39;#gform_wrapper_1&#38;#39;).replaceWith(&#38;#39;&#38;lt;div id=&#38;quot;gforms_confirmation_message&#38;quot; class=&#38;quot;gform_confirmation_message_1&#38;quot;&#38;gt;&#38;#39; + confirmation_content + &#38;#39;&#38;lt;/div&#38;gt;&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Richard
&#60;/p&#62;</description>
		</item>
		<item>
			<title>interactive_bytes on "Expected &#039;)&#039; bug with Gravity forms 1.7.5 ajax form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/expected-bug-with-gravity-forms-175-ajax-form#post-316362</link>
			<pubDate>Mon, 10 Jun 2013 23:57:44 +0000</pubDate>
			<dc:creator>interactive_bytes</dc:creator>
			<guid isPermaLink="false">316362@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am getting an error with the below code, when using a form with ajax. I am using version 1.7.5&#60;/p&#62;
&#60;p&#62;jQuery('#gform_wrapper_1').replaceWith('&#38;lt;' + 'div id='gforms_confirmation_message' class='gform_confirmation_message_1'' + '&#38;gt;' + confirmation_content + '&#38;lt;' + '/div' + '&#38;gt;');&#60;/p&#62;
&#60;p&#62;The error says Expected ')'.&#60;/p&#62;
&#60;p&#62;I assume it's because the forward slashes aren't escaped properly?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
