<?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 User Favorites: jlyons</title>
		<link><a href='https://legacy.forums.gravityhelp.com/profile/jlyons'>jlyons</a></link>
		<description>Gravity Support Forums User Favorites: jlyons</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 22:00:10 +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/profile/" rel="self" type="application/rss+xml" />

		<item>
			<title>Dana Cobb on "Having trouble with Ajax form submission / validation"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/having-trouble-with-ajax-form-submission-validation#post-53604</link>
			<pubDate>Tue, 27 Mar 2012 13:52:39 +0000</pubDate>
			<dc:creator>Dana Cobb</dc:creator>
			<guid isPermaLink="false">53604@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, jlyons,&#60;/p&#62;
&#60;p&#62;When loading your page using FireFox with the FireBug add-on turned on, I am getting a lot of javascript errors. You can see a screenshot of the errors here: &#60;a href=&#34;http://grab.by/cy9m&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/cy9m&#60;/a&#62; . It looks like jQuery is not included so that is why things aren't working correctly. If you are embedding a form using a function call, you need to also enqueue the necessary Gravity Form scripts. Take a look at this documentation regarding that: &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Embedding_A_Form&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Embedding_A_Form&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;If you still have problems once jQuery is being properly included on the page let us know.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jlyons on "Form Focus on Errors"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-focus-on-errors#post-53116</link>
			<pubDate>Wed, 21 Mar 2012 20:27:34 +0000</pubDate>
			<dc:creator>jlyons</dc:creator>
			<guid isPermaLink="false">53116@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you... let me check with my developer...&#60;br /&#62;
J
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Form Focus on Errors"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-focus-on-errors#post-53115</link>
			<pubDate>Wed, 21 Mar 2012 20:23:14 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">53115@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hmm, AJAX should solve for this. I did notice you have a few JS errors on the page, one of these could be potentially interfering:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://grab.by/ct4g&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/ct4g&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jlyons on "Form Focus on Errors"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-focus-on-errors#post-53113</link>
			<pubDate>Wed, 21 Mar 2012 20:14:15 +0000</pubDate>
			<dc:creator>jlyons</dc:creator>
			<guid isPermaLink="false">53113@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sorry... url is wrong.... use this one:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.storygeeks.com/WPTest/authors/basic-book-evaluation/&#34; rel=&#34;nofollow&#34;&#62;http://www.storygeeks.com/WPTest/authors/basic-book-evaluation/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jlyons on "Form Focus on Errors"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-focus-on-errors#post-53112</link>
			<pubDate>Wed, 21 Mar 2012 20:12:30 +0000</pubDate>
			<dc:creator>jlyons</dc:creator>
			<guid isPermaLink="false">53112@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;How do you keep a form in focus upon submit if there are errors? Right now the flow is:&#60;/p&#62;
&#60;p&#62;user enters data&#60;br /&#62;
user hits submit&#60;br /&#62;
form goes away (no clue to user if errors present)&#60;br /&#62;
user has to envoke form again to see if there are data entry errors&#60;br /&#62;
this process repeats until clean of errors&#60;/p&#62;
&#60;p&#62;What I want is:&#60;/p&#62;
&#60;p&#62;user enters data&#60;br /&#62;
user hits submit&#60;br /&#62;
form stays in focus, does not go away&#60;br /&#62;
error appear in red&#60;br /&#62;
user fixes errors&#60;br /&#62;
user hits submit&#60;br /&#62;
form stays in focus, shows errors, etc.&#60;br /&#62;
until clean of errors&#60;/p&#62;
&#60;p&#62;So... how do I accomplish this?&#60;/p&#62;
&#60;p&#62;Using most current version, AJAX is enabled.&#60;br /&#62;
URL is:  storygeeks.com/WPTest/book-evaluation/   (this is a typical product and form)&#60;/p&#62;
&#60;p&#62;click on &#34;Calculate Order&#34; and you'll see how it proceeds... &#60;/p&#62;
&#60;p&#62;Thanx!!!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jlyons on "Having trouble with Ajax form submission / validation"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/having-trouble-with-ajax-form-submission-validation#post-52928</link>
			<pubDate>Mon, 19 Mar 2012 22:45:56 +0000</pubDate>
			<dc:creator>jlyons</dc:creator>
			<guid isPermaLink="false">52928@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm running the latest version of GFs have a GF I'm integrating some JQuery on my site in order to toggle the display of the form with an onClick function.  Unfortunately, even with Ajax enabled within the shortcode... upon submit the entire page reloads and ideally I'd like the form to stay in focus but, display the validation errors.  Please help!&#60;/p&#62;
&#60;p&#62;Here is a link to my GF form site page:&#60;br /&#62;
&#60;a href=&#34;http://www.storygeeks.com/WPTest/authors/basic-book-evaluation/&#34; rel=&#34;nofollow&#34;&#62;http://www.storygeeks.com/WPTest/authors/basic-book-evaluation/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks in advance for any support you can provide...
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
