<?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: Likert misbehaving after submission when required field is not filled</title>
		<link>https://legacy.forums.gravityhelp.com/topic/likert-misbehaving-after-submission-when-required-field-is-not-filled</link>
		<description>Gravity Support Forums Topic: Likert misbehaving after submission when required field is not filled</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 09:41:55 +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/likert-misbehaving-after-submission-when-required-field-is-not-filled" rel="self" type="application/rss+xml" />

		<item>
			<title>finddarkpoet on "Likert misbehaving after submission when required field is not filled"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/likert-misbehaving-after-submission-when-required-field-is-not-filled#post-79567</link>
			<pubDate>Mon, 08 Oct 2012 09:08:43 +0000</pubDate>
			<dc:creator>finddarkpoet</dc:creator>
			<guid isPermaLink="false">79567@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Rob,&#60;/p&#62;
&#60;p&#62;Thanks for the tip. I'm no where near a programmer, all failed after a few attempts.&#60;/p&#62;
&#60;p&#62;I'm not sure which part of the qtip js should be included as &#34; // code to trigger on AJAX form render&#34;.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Likert misbehaving after submission when required field is not filled"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/likert-misbehaving-after-submission-when-required-field-is-not-filled#post-79063</link>
			<pubDate>Fri, 05 Oct 2012 07:40:29 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">79063@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ah ha! There could be a solution for you using this jQuery hook to let the JS fire again on validation errors:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_post_render&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_post_render&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>finddarkpoet on "Likert misbehaving after submission when required field is not filled"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/likert-misbehaving-after-submission-when-required-field-is-not-filled#post-79015</link>
			<pubDate>Fri, 05 Oct 2012 02:07:18 +0000</pubDate>
			<dc:creator>finddarkpoet</dc:creator>
			<guid isPermaLink="false">79015@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I noticed that on the blog, Kevin stated, &#60;/p&#62;
&#60;p&#62;&#34;at the time I put this together originally, the Ajax form submission hadn't been added to Gravity Forms, so the jQuery portion of this tutorial hasn't been updated to work with Ajax-submitted forms. &#34;&#60;/p&#62;
&#60;p&#62;So I disabled AJAX in the shortcode, the problem disappeared.&#60;/p&#62;
&#60;p&#62;It'd be nice to have it working with AJAX though.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>finddarkpoet on "Likert misbehaving after submission when required field is not filled"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/likert-misbehaving-after-submission-when-required-field-is-not-filled#post-78995</link>
			<pubDate>Thu, 04 Oct 2012 23:10:28 +0000</pubDate>
			<dc:creator>finddarkpoet</dc:creator>
			<guid isPermaLink="false">78995@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Rob, thanks for the effort. &#60;/p&#62;
&#60;p&#62;AJAX has always been enabled in the shortcode, and I have tried this test on different wordpress installs, with different themes including wordpress default themes, the result is the same.&#60;/p&#62;
&#60;p&#62;Now I wonder why it's fine on your blog and some others' sites I've seen.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Likert misbehaving after submission when required field is not filled"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/likert-misbehaving-after-submission-when-required-field-is-not-filled#post-78906</link>
			<pubDate>Thu, 04 Oct 2012 10:03:22 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">78906@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hmm interesting, seems as though on submit on yours - this bit of code disappears:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;likert-label&#38;quot;&#38;gt;
&#38;lt;label for=&#38;quot;choice_8_0&#38;quot;&#38;gt;Strongly Agree&#38;lt;/label&#38;gt;
&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Each label is getting axed on submit. I'm not exactly sure why that's happening, but perhaps you could try to enable AJAX on the form shortcode.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>finddarkpoet on "Likert misbehaving after submission when required field is not filled"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/likert-misbehaving-after-submission-when-required-field-is-not-filled#post-78811</link>
			<pubDate>Wed, 03 Oct 2012 22:57:07 +0000</pubDate>
			<dc:creator>finddarkpoet</dc:creator>
			<guid isPermaLink="false">78811@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, here's the link. &#60;a href=&#34;http://singaporevisa.co/&#34; rel=&#34;nofollow&#34;&#62;http://singaporevisa.co/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Likert misbehaving after submission when required field is not filled"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/likert-misbehaving-after-submission-when-required-field-is-not-filled#post-78709</link>
			<pubDate>Wed, 03 Oct 2012 15:27:26 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">78709@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can you post a link to your form by chance?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>finddarkpoet on "Likert misbehaving after submission when required field is not filled"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/likert-misbehaving-after-submission-when-required-field-is-not-filled#post-78694</link>
			<pubDate>Wed, 03 Oct 2012 12:39:40 +0000</pubDate>
			<dc:creator>finddarkpoet</dc:creator>
			<guid isPermaLink="false">78694@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi @kevin, thanks a lot for your tutorial of the likert scale forms, it's fantastic, I've tried and it's looking great. I set some of them as required fields, if I submit without those fields filled in, the likert forms will be messed up.&#60;/p&#62;
&#60;p&#62;Snapshot:&#60;br /&#62;
&#60;a href=&#34;http://d.pr/i/vnH3&#34; rel=&#34;nofollow&#34;&#62;http://d.pr/i/vnH3&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I found that it's fine on your blog, so I imported your exported form xml and tested it in the default TwentyEleven theme, I got the same strange result.&#60;/p&#62;
&#60;p&#62;I'm not sure if it's because the way I implement the script and css or something else.&#60;/p&#62;
&#60;p&#62;I included the js in header.php before &#38;lt;/head&#38;gt;, and pasted the css at the end of style.css, uploaded the js file into the theme's js folder. Again, it works perfectly fine normally, the issue occurs only if I submit with required fields left out.&#60;/p&#62;
&#60;p&#62;Please advice, thanks again.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
