<?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: PHP Contact Form with jQuery Validation</title>
	<atom:link href="http://www.raymondselda.com/php-contact-form-with-jquery-validation/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.raymondselda.com/php-contact-form-with-jquery-validation/</link>
	<description>Web Designer Turned Internet Marketer</description>
	<lastBuildDate>Mon, 08 Mar 2010 17:04:40 +0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: 25 jQuery Tutorials for Creating and Working with Forms &#124; Son Of Byte - Web Design &#38; Development</title>
		<link>http://www.raymondselda.com/php-contact-form-with-jquery-validation/comment-page-3/#comment-5071</link>
		<dc:creator>25 jQuery Tutorials for Creating and Working with Forms &#124; Son Of Byte - Web Design &#38; Development</dc:creator>
		<pubDate>Thu, 04 Mar 2010 23:35:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.raymondselda.com/?p=585#comment-5071</guid>
		<description>[...] PHP Contact Form with jQuery Validation [...]</description>
		<content:encoded><![CDATA[<p>[...] PHP Contact Form with jQuery Validation [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xhino</title>
		<link>http://www.raymondselda.com/php-contact-form-with-jquery-validation/comment-page-3/#comment-5070</link>
		<dc:creator>xhino</dc:creator>
		<pubDate>Thu, 04 Mar 2010 17:46:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.raymondselda.com/?p=585#comment-5070</guid>
		<description>Hi, first awesome tutorial men... thanks to make this things

Second, im looking for the line that modifies the messages of the validation process, my web site is based on Spanish Language...

Please i need ur help</description>
		<content:encoded><![CDATA[<p>Hi, first awesome tutorial men&#8230; thanks to make this things</p>
<p>Second, im looking for the line that modifies the messages of the validation process, my web site is based on Spanish Language&#8230;</p>
<p>Please i need ur help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Crhystyann</title>
		<link>http://www.raymondselda.com/php-contact-form-with-jquery-validation/comment-page-3/#comment-5065</link>
		<dc:creator>Crhystyann</dc:creator>
		<pubDate>Tue, 02 Mar 2010 15:00:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.raymondselda.com/?p=585#comment-5065</guid>
		<description>Genial hasta el momento me ha funcionado!
voy a intentar crear más campos y si me queda bien coloco el link  donde lo pude usar 
Muchas Gracias Raymond!</description>
		<content:encoded><![CDATA[<p>Genial hasta el momento me ha funcionado!<br />
voy a intentar crear más campos y si me queda bien coloco el link  donde lo pude usar<br />
Muchas Gracias Raymond!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pauline</title>
		<link>http://www.raymondselda.com/php-contact-form-with-jquery-validation/comment-page-3/#comment-5062</link>
		<dc:creator>Pauline</dc:creator>
		<pubDate>Tue, 02 Mar 2010 00:36:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.raymondselda.com/?p=585#comment-5062</guid>
		<description>Hello,
I&#039;m a french designer, sorry for my poor english.
I&#039;m trying to use this contact form, here is a test page : http://www.paulinegirondin.com/contact/contact2.php

But I dont receive the mails I try to send? (I&#039;m looking for the problem from few hours ago!) Can you help me please?

Do you know how I can put the &quot;error fields&quot; in french?</description>
		<content:encoded><![CDATA[<p>Hello,<br />
I&#8217;m a french designer, sorry for my poor english.<br />
I&#8217;m trying to use this contact form, here is a test page : <a href="http://www.paulinegirondin.com/contact/contact2.php" rel="nofollow">http://www.paulinegirondin.com/contact/contact2.php</a></p>
<p>But I dont receive the mails I try to send? (I&#8217;m looking for the problem from few hours ago!) Can you help me please?</p>
<p>Do you know how I can put the &#8220;error fields&#8221; in french?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>http://www.raymondselda.com/php-contact-form-with-jquery-validation/comment-page-3/#comment-5057</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Sat, 27 Feb 2010 21:36:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.raymondselda.com/?p=585#comment-5057</guid>
		<description>I love this - it works great with one problem; it fires off an email (with blank fields, of course) when the page loads. Once the fields are filled out and submit is pressed it works perfectly.

I think the problem is this: 

When the page loads the first two functions seem to load. The first function will only trigger if there was a Submit, which there isn&#039;t. The second function will actually run because the hasError variable was never initiated and does NOT resolve to &#039;true&#039;.

I don&#039;t know how to fix it though. Any ideas?

Thanks for all your time and effort.</description>
		<content:encoded><![CDATA[<p>I love this &#8211; it works great with one problem; it fires off an email (with blank fields, of course) when the page loads. Once the fields are filled out and submit is pressed it works perfectly.</p>
<p>I think the problem is this: </p>
<p>When the page loads the first two functions seem to load. The first function will only trigger if there was a Submit, which there isn&#8217;t. The second function will actually run because the hasError variable was never initiated and does NOT resolve to &#8216;true&#8217;.</p>
<p>I don&#8217;t know how to fix it though. Any ideas?</p>
<p>Thanks for all your time and effort.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 10 Useful jQuery Form Validation Techniques and Tutorials &#171; Om Net Solution</title>
		<link>http://www.raymondselda.com/php-contact-form-with-jquery-validation/comment-page-3/#comment-5056</link>
		<dc:creator>10 Useful jQuery Form Validation Techniques and Tutorials &#171; Om Net Solution</dc:creator>
		<pubDate>Sat, 27 Feb 2010 15:15:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.raymondselda.com/?p=585#comment-5056</guid>
		<description>[...] jQuery Contact Form with PHP &amp; jQuery Validation [...]</description>
		<content:encoded><![CDATA[<p>[...] jQuery Contact Form with PHP &amp; jQuery Validation [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Web Form Validation: Best Practices and Tutorials &#124; WebsGeek</title>
		<link>http://www.raymondselda.com/php-contact-form-with-jquery-validation/comment-page-3/#comment-5052</link>
		<dc:creator>Web Form Validation: Best Practices and Tutorials &#124; WebsGeek</dc:creator>
		<pubDate>Fri, 26 Feb 2010 15:27:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.raymondselda.com/?p=585#comment-5052</guid>
		<description>[...] PHP Contact Form with jQuery Validation This tutorial shows how to implement the validation of a contact form using PHP and JavaScript. [...]</description>
		<content:encoded><![CDATA[<p>[...] PHP Contact Form with jQuery Validation This tutorial shows how to implement the validation of a contact form using PHP and JavaScript. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Meble</title>
		<link>http://www.raymondselda.com/php-contact-form-with-jquery-validation/comment-page-3/#comment-5049</link>
		<dc:creator>Meble</dc:creator>
		<pubDate>Thu, 25 Feb 2010 09:10:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.raymondselda.com/?p=585#comment-5049</guid>
		<description>Very good tutorial :)</description>
		<content:encoded><![CDATA[<p>Very good tutorial <img src='http://www.raymondselda.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 25 jQuery Tutorials for Creating and Working with Forms &#171; Freelance Web Designer from Hyderabad, India.</title>
		<link>http://www.raymondselda.com/php-contact-form-with-jquery-validation/comment-page-3/#comment-5041</link>
		<dc:creator>25 jQuery Tutorials for Creating and Working with Forms &#171; Freelance Web Designer from Hyderabad, India.</dc:creator>
		<pubDate>Tue, 23 Feb 2010 19:39:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.raymondselda.com/?p=585#comment-5041</guid>
		<description>[...] PHP Contact Form with jQuery Validation [...]</description>
		<content:encoded><![CDATA[<p>[...] PHP Contact Form with jQuery Validation [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yaseen_adam</title>
		<link>http://www.raymondselda.com/php-contact-form-with-jquery-validation/comment-page-3/#comment-5030</link>
		<dc:creator>yaseen_adam</dc:creator>
		<pubDate>Mon, 22 Feb 2010 08:20:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.raymondselda.com/?p=585#comment-5030</guid>
		<description>thank you for this tutorial  but not work on IE5,IE6,IE7</description>
		<content:encoded><![CDATA[<p>thank you for this tutorial  but not work on IE5,IE6,IE7</p>
]]></content:encoded>
	</item>
</channel>
</rss>
