<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Google Forms and jQuery Validation</title>
	<atom:link href="http://www.morningcopy.com.au/tutorials/google-forms-and-jquery-validation/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.morningcopy.com.au/tutorials/google-forms-and-jquery-validation/</link>
	<description>Copywriting, Search Marketing &#38; Email Campaigns</description>
	<lastBuildDate>Sun, 08 Jan 2012 02:36:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Gatch</title>
		<link>http://www.morningcopy.com.au/tutorials/google-forms-and-jquery-validation/#comment-1523</link>
		<dc:creator>Gatch</dc:creator>
		<pubDate>Thu, 29 Dec 2011 09:40:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.morningcopy.com.au/news/?p=94#comment-1523</guid>
		<description>I have the same problem. cant post the link to my form coz im still coding it locally...</description>
		<content:encoded><![CDATA[<p>I have the same problem. cant post the link to my form coz im still coding it locally&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gatch</title>
		<link>http://www.morningcopy.com.au/tutorials/google-forms-and-jquery-validation/#comment-1522</link>
		<dc:creator>Gatch</dc:creator>
		<pubDate>Thu, 29 Dec 2011 09:01:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.morningcopy.com.au/news/?p=94#comment-1522</guid>
		<description>&quot;Submit&quot; button only works in firefox. I want this also to work in safari and chrome.

Here&#039;s my code:

in my ...





$(document).ready(function() {
	$(&quot;#commentForm&quot;).validate({meta: &quot;validate&quot;});
});


in my ...

			var submitted=false;
			
			

		
		
		Name
		*
		
		
		 
		Email Address
		*

		
		
		 
		Message
		*
		
		
		
		
		


		
		

what&#039;s wrong with it? thanks in advance!</description>
		<content:encoded><![CDATA[<p>&#8220;Submit&#8221; button only works in firefox. I want this also to work in safari and chrome.</p>
<p>Here&#8217;s my code:</p>
<p>in my &#8230;</p>
<p>$(document).ready(function() {<br />
	$(&#8220;#commentForm&#8221;).validate({meta: &#8220;validate&#8221;});<br />
});</p>
<p>in my &#8230;</p>
<p>			var submitted=false;</p>
<p>		Name<br />
		*</p>
<p>		Email Address<br />
		*</p>
<p>		Message<br />
		*</p>
<p>what&#8217;s wrong with it? thanks in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bharath</title>
		<link>http://www.morningcopy.com.au/tutorials/google-forms-and-jquery-validation/#comment-1515</link>
		<dc:creator>bharath</dc:creator>
		<pubDate>Wed, 09 Nov 2011 13:23:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.morningcopy.com.au/news/?p=94#comment-1515</guid>
		<description>ok I found a problem...&#039;sad&#039;
I have multiple texboxes that needs email in the same form and sadly the validation only works for the first one any particular reason y?</description>
		<content:encoded><![CDATA[<p>ok I found a problem&#8230;&#8217;sad&#8217;<br />
I have multiple texboxes that needs email in the same form and sadly the validation only works for the first one any particular reason y?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bharath</title>
		<link>http://www.morningcopy.com.au/tutorials/google-forms-and-jquery-validation/#comment-1510</link>
		<dc:creator>Bharath</dc:creator>
		<pubDate>Wed, 21 Sep 2011 11:22:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.morningcopy.com.au/news/?p=94#comment-1510</guid>
		<description>would u be kind enough to make tutorial on reading the data from the google spreadsheet and displaying in the webpage textbox tks...</description>
		<content:encoded><![CDATA[<p>would u be kind enough to make tutorial on reading the data from the google spreadsheet and displaying in the webpage textbox tks&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bharath</title>
		<link>http://www.morningcopy.com.au/tutorials/google-forms-and-jquery-validation/#comment-1501</link>
		<dc:creator>Bharath</dc:creator>
		<pubDate>Tue, 16 Aug 2011 16:58:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.morningcopy.com.au/news/?p=94#comment-1501</guid>
		<description>no need for this as well as i was running this offline Dreamweaver and for some reason it did not perform but in the actual webserver it p[performed</description>
		<content:encoded><![CDATA[<p>no need for this as well as i was running this offline Dreamweaver and for some reason it did not perform but in the actual webserver it p[performed</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bharath</title>
		<link>http://www.morningcopy.com.au/tutorials/google-forms-and-jquery-validation/#comment-1500</link>
		<dc:creator>Bharath</dc:creator>
		<pubDate>Tue, 16 Aug 2011 13:05:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.morningcopy.com.au/news/?p=94#comment-1500</guid>
		<description>I found out its ok
http://www.htmlcodetutorial.com/forms/index_famsupp_158.html
 but a simple question how do u make the submit button disable, when the user clicks the submit button with wrong info? because mine is just repeating the error label over and over again, but i noticed you are disabling the button itself and the error label disappears once the right info is typed i could not find this anywhere tks &#039;Dillon&#039;</description>
		<content:encoded><![CDATA[<p>I found out its ok<br />
<a href="http://www.htmlcodetutorial.com/forms/index_famsupp_158.html" rel="nofollow">http://www.htmlcodetutorial.com/forms/index_famsupp_158.html</a><br />
 but a simple question how do u make the submit button disable, when the user clicks the submit button with wrong info? because mine is just repeating the error label over and over again, but i noticed you are disabling the button itself and the error label disappears once the right info is typed i could not find this anywhere tks &#8216;Dillon&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bharath</title>
		<link>http://www.morningcopy.com.au/tutorials/google-forms-and-jquery-validation/#comment-1499</link>
		<dc:creator>Bharath</dc:creator>
		<pubDate>Tue, 16 Aug 2011 11:22:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.morningcopy.com.au/news/?p=94#comment-1499</guid>
		<description>sorry for misspelling of your name.. :-)</description>
		<content:encoded><![CDATA[<p>sorry for misspelling of your name.. :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bharath</title>
		<link>http://www.morningcopy.com.au/tutorials/google-forms-and-jquery-validation/#comment-1498</link>
		<dc:creator>Bharath</dc:creator>
		<pubDate>Tue, 16 Aug 2011 11:21:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.morningcopy.com.au/news/?p=94#comment-1498</guid>
		<description>Hi Dillionm Thanks for the great indept tutorial man, was wondering how to make a text box only integer accepting like handphone or home phone?
thanks i know i have to play around the class property not sure what to put tks</description>
		<content:encoded><![CDATA[<p>Hi Dillionm Thanks for the great indept tutorial man, was wondering how to make a text box only integer accepting like handphone or home phone?<br />
thanks i know i have to play around the class property not sure what to put tks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DesignerJoe</title>
		<link>http://www.morningcopy.com.au/tutorials/google-forms-and-jquery-validation/#comment-1491</link>
		<dc:creator>DesignerJoe</dc:creator>
		<pubDate>Thu, 14 Jul 2011 18:00:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.morningcopy.com.au/news/?p=94#comment-1491</guid>
		<description>Used Firebug on the example and added the &quot;required&quot; class. Worked exactly like mine =)</description>
		<content:encoded><![CDATA[<p>Used Firebug on the example and added the &#8220;required&#8221; class. Worked exactly like mine =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DesignerJoe</title>
		<link>http://www.morningcopy.com.au/tutorials/google-forms-and-jquery-validation/#comment-1490</link>
		<dc:creator>DesignerJoe</dc:creator>
		<pubDate>Thu, 14 Jul 2011 17:58:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.morningcopy.com.au/news/?p=94#comment-1490</guid>
		<description>Thank you so much for this! Such a lifesaver! I had to add the &quot;required&quot; class in addition to the email verification one. Without it that field would not show an error message if the box was left blank. Your example does the same.</description>
		<content:encoded><![CDATA[<p>Thank you so much for this! Such a lifesaver! I had to add the &#8220;required&#8221; class in addition to the email verification one. Without it that field would not show an error message if the box was left blank. Your example does the same.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

