<?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: Ajax submission not working on hard coded form</title>
		<link>https://legacy.forums.gravityhelp.com/topic/ajax-submission-not-working-on-hard-coded-form</link>
		<description>Gravity Support Forums Topic: Ajax submission not working on hard coded form</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 12:22:53 +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/ajax-submission-not-working-on-hard-coded-form" rel="self" type="application/rss+xml" />

		<item>
			<title>tinker on "Ajax submission not working on hard coded form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/ajax-submission-not-working-on-hard-coded-form#post-37022</link>
			<pubDate>Tue, 04 Oct 2011 14:18:41 +0000</pubDate>
			<dc:creator>tinker</dc:creator>
			<guid isPermaLink="false">37022@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Great thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Ajax submission not working on hard coded form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/ajax-submission-not-working-on-hard-coded-form#post-36914</link>
			<pubDate>Mon, 03 Oct 2011 15:47:18 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">36914@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The issue is reCAPTCHA.  AJAX is automatically disabled if reCAPTCHA is present because reCAPTCHA is not compatible with AJAX.  So you can't use AJAX and reCAPTCHA.&#60;/p&#62;
&#60;p&#62;If you need captcha you can install and activate the Really Simple Captcha plugin which adds additional options to the Captcha Field in Gravity Forms.  It's an alternative to reCAPTCHA.&#60;/p&#62;
&#60;p&#62;This is a limitation of reCAPTCHA.  Rather than the user run into a problem with the reCAPTCHA breaking, we automatically disable AJAX if it is present.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tinker on "Ajax submission not working on hard coded form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/ajax-submission-not-working-on-hard-coded-form#post-36832</link>
			<pubDate>Sat, 01 Oct 2011 21:03:10 +0000</pubDate>
			<dc:creator>tinker</dc:creator>
			<guid isPermaLink="false">36832@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I tried the following...&#60;/p&#62;
&#60;p&#62;&#38;lt;?php echo do_shortcode('[gravityform id=2 name=Help&#38;amp; Support Contact Form title=false description=false ajax=true]') ?&#38;gt;&#60;/p&#62;
&#60;p&#62;Still no luck and no sign of ajax in the source code.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Ajax submission not working on hard coded form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/ajax-submission-not-working-on-hard-coded-form#post-35818</link>
			<pubDate>Tue, 20 Sep 2011 23:27:59 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">35818@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Here's the function call for the upcoming 1.6 version:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[php]
&#38;lt;?php gravity_form($id, $display_title=true, $display_description=true, $display_inactive=false, $field_values=null, $ajax=false, $tabindex); ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;It looks to me like yours should work.&#60;/p&#62;
&#60;p&#62;Can you try a hack of using the WordPress do_shortcode function?&#60;br /&#62;
&#60;a href=&#34;http://codex.wordpress.org/Function_Reference/do_shortcode&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Function_Reference/do_shortcode&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;It would only be temporary in trying to figure out why this happens.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Ajax submission not working on hard coded form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/ajax-submission-not-working-on-hard-coded-form#post-35817</link>
			<pubDate>Tue, 20 Sep 2011 23:22:14 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">35817@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Something is wrong with the way you're embedding the form.  The AJAX parameter is not true, because when the form is rendered, there is nothing about AJAX in the source of the page.  If you view the source of a page with a Gravity Form embedded with AJAX, the word &#34;ajax&#34; appears in there several times in specific places.  Your source does not contain ajax at all, which makes me think the parameters in the function call are wrong.&#60;/p&#62;
&#60;p&#62;Which version of the plugin are you using?  I know some additional parameters were added to the function call to embed a form.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Ajax submission not working on hard coded form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/ajax-submission-not-working-on-hard-coded-form#post-35816</link>
			<pubDate>Tue, 20 Sep 2011 23:17:05 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">35816@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;One other thing I noticed is that I could not load a new reCAPTCHA.  The first one was really bad, but I could not refresh it.  That is interesting.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Ajax submission not working on hard coded form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/ajax-submission-not-working-on-hard-coded-form#post-35815</link>
			<pubDate>Tue, 20 Sep 2011 23:14:19 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">35815@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I do see one JavaScript error on the page:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;
Error: navigator.appVersion.match(/MSIE (\d\.\d)/) is null&#60;br /&#62;
Source File: &#60;a href=&#34;http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE7.js&#34; rel=&#34;nofollow&#34;&#62;http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE7.js&#60;/a&#62;&#60;br /&#62;
Line: 6
&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;Not sure if it's related, but I'm looking into it
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tinker on "Ajax submission not working on hard coded form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/ajax-submission-not-working-on-hard-coded-form#post-35735</link>
			<pubDate>Tue, 20 Sep 2011 07:06:52 +0000</pubDate>
			<dc:creator>tinker</dc:creator>
			<guid isPermaLink="false">35735@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sure... http://   gs-test2.com   /help-support-2/&#60;/p&#62;
&#60;p&#62;Thanks for looking into this. I have deleted the tabs from the page but left jquery etc in the head as I will be needing it site wide.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Ajax submission not working on hard coded form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/ajax-submission-not-working-on-hard-coded-form#post-35565</link>
			<pubDate>Sat, 17 Sep 2011 14:03:21 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">35565@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Do you have a link to that new page?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tinker on "Ajax submission not working on hard coded form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/ajax-submission-not-working-on-hard-coded-form#post-35560</link>
			<pubDate>Sat, 17 Sep 2011 11:47:21 +0000</pubDate>
			<dc:creator>tinker</dc:creator>
			<guid isPermaLink="false">35560@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks.&#60;/p&#62;
&#60;p&#62;I removed the tab functionality. I also removed the jquery, jqueryUI and jquery cookie API links and I am still experiencing the same problem.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
