<?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: Error Messages Don&#039;t Show On Ajax Submissions</title>
		<link>https://legacy.forums.gravityhelp.com/topic/error-messages-dont-show-on-ajax-submissions</link>
		<description>Gravity Support Forums Topic: Error Messages Don&#039;t Show On Ajax Submissions</description>
		<language>en-US</language>
		<pubDate>Wed, 22 Apr 2026 09:11:19 +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/error-messages-dont-show-on-ajax-submissions" rel="self" type="application/rss+xml" />

		<item>
			<title>TheCosmonaut on "Error Messages Don&#039;t Show On Ajax Submissions"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/error-messages-dont-show-on-ajax-submissions#post-25358</link>
			<pubDate>Wed, 11 May 2011 18:52:39 +0000</pubDate>
			<dc:creator>TheCosmonaut</dc:creator>
			<guid isPermaLink="false">25358@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Shame we can't force everything into the footer - I always hate seeing YSlow grades that aren't A's :D&#60;/p&#62;
&#60;p&#62;In any case, thanks for spotting that. Loading jQuery first fixed the issue. And you should know the Google hosted version of jQuery plays nicely with Gravity Forms. Rock-solid plugin, guys!&#60;/p&#62;
&#60;p&#62;Best,&#60;/p&#62;
&#60;p&#62;--eric
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Error Messages Don&#039;t Show On Ajax Submissions"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/error-messages-dont-show-on-ajax-submissions#post-25304</link>
			<pubDate>Wed, 11 May 2011 12:12:06 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">25304@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;There is no way.  Loading MOST javascript at the bottom of a page is best practice.  Loading the core jQuery library itself? Only doable if you have 100% control over the site such as when using sites that use no CMS (ie. hardcoded HTML).  Plugins and Themes that rely on jQuery are going to run into an issue if they try to do something expecting jQuery to already be loaded and it is not there.  Default WordPress and the themes it ships with place jQuery in the header and that is what plugins are designed for.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>TheCosmonaut on "Error Messages Don&#039;t Show On Ajax Submissions"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/error-messages-dont-show-on-ajax-submissions#post-25300</link>
			<pubDate>Wed, 11 May 2011 11:45:14 +0000</pubDate>
			<dc:creator>TheCosmonaut</dc:creator>
			<guid isPermaLink="false">25300@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Gotcha - That makes sense!&#60;/p&#62;
&#60;p&#62;One question: Since loading JavaScript in the bottom of a page is considered a best practice, I'm wondering if there's a way to force all Gravity Forms scripts to load in the footer too...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Error Messages Don&#039;t Show On Ajax Submissions"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/error-messages-dont-show-on-ajax-submissions#post-25277</link>
			<pubDate>Wed, 11 May 2011 10:58:51 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">25277@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You are getting a Javascript error.  See this screenshot: &#60;a href=&#34;http://grab.by/a6qQ&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/a6qQ&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The problem is you are calling jQuery in your Footer.php and not your Header.php.&#60;/p&#62;
&#60;p&#62;The AJAX call uses some inline jQuery that requires jQuery to be loaded in order to execute.  Because your jQuery is loaded in your Footer.php that means jQuery is loaded AFTER this script tries to execute, causing an error.&#60;/p&#62;
&#60;p&#62;You need to move your jQuery call to your Header and not your Footer.&#60;/p&#62;
&#60;p&#62;You also may run into a problem because you are using Google's API to call jQuery instead of using the jQuery that ships with WordPress.  We haven't tested with Google's API because it relies on the version of jQuery that ships with WordPress.  I'm not saying it will cause a problem, just that it might cause a problem.&#60;/p&#62;
&#60;p&#62;But your issue is where you are calling jQuery.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>TheCosmonaut on "Error Messages Don&#039;t Show On Ajax Submissions"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/error-messages-dont-show-on-ajax-submissions#post-25258</link>
			<pubDate>Tue, 10 May 2011 20:54:23 +0000</pubDate>
			<dc:creator>TheCosmonaut</dc:creator>
			<guid isPermaLink="false">25258@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Having a weird issue: When submitting via Ajax, no error messages display. Everything displays fine when not submitting via Ajax. If I check via Firebug, it looks like the HTML is getting added to the page but the iframe does not display. Also checking via Firebug I don't see any javascript errors. I've tried disabling all plugins and still no joy. You can see the form at &#60;a href=&#34;http://lumenergi.dreamhosters.com/contact/&#34; rel=&#34;nofollow&#34;&#62;http://lumenergi.dreamhosters.com/contact/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Is there a typical cause for this type of thing? &#60;/p&#62;
&#60;p&#62;Thanks in advance,&#60;br /&#62;
--eric
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
