<?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></description>
	<lastBuildDate>Wed, 18 Jan 2012 01:12:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mi Kapa</title>
		<link>http://www.raymondselda.com/php-contact-form-with-jquery-validation/#comment-11150</link>
		<dc:creator>Mi Kapa</dc:creator>
		<pubDate>Wed, 09 Mar 2011 08:47:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.raymondselda.com/?p=585#comment-11150</guid>
		<description>Thanks for this great tutorial. Worked like a charm from the first time. The comments also made me search less the web for minor improvements. Great work! Take care, and thanks again!</description>
		<content:encoded><![CDATA[<p>Thanks for this great tutorial. Worked like a charm from the first time. The comments also made me search less the web for minor improvements. Great work! Take care, and thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Balakadut</title>
		<link>http://www.raymondselda.com/php-contact-form-with-jquery-validation/#comment-11129</link>
		<dc:creator>Balakadut</dc:creator>
		<pubDate>Tue, 08 Mar 2011 13:41:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.raymondselda.com/?p=585#comment-11129</guid>
		<description>how to do that? please help me</description>
		<content:encoded><![CDATA[<p>how to do that? please help me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tonny</title>
		<link>http://www.raymondselda.com/php-contact-form-with-jquery-validation/#comment-11073</link>
		<dc:creator>Tonny</dc:creator>
		<pubDate>Sat, 05 Mar 2011 22:16:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.raymondselda.com/?p=585#comment-11073</guid>
		<description>This is good form. I&#039;m wondering how to send a multiple-item combo box selection with this form? Keep up the good work.</description>
		<content:encoded><![CDATA[<p>This is good form. I&#8217;m wondering how to send a multiple-item combo box selection with this form? Keep up the good work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ricardo Rowe-Parker</title>
		<link>http://www.raymondselda.com/php-contact-form-with-jquery-validation/#comment-11040</link>
		<dc:creator>Ricardo Rowe-Parker</dc:creator>
		<pubDate>Sat, 05 Mar 2011 00:30:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.raymondselda.com/?p=585#comment-11040</guid>
		<description>Hello Raymond,

Thank you SO much for taking the time to write this tutorial. I&#039;ve found it invaluable so far. If you will let me know what your paypal account is I&#039;ll be happy to make a contribution.

They say a teacher usually knows more because &quot;the more he/she teaches the more he/she learns&quot;. Hopefully you&#039;ve learned more by being generous with us.

Your script is working, and I&#039;m so happy about this.
A couple of things are not working quite right, though:
1) The string &quot;This field is required&quot; does not appear under each field as your tutorial shows. This string is linked to the &quot;required&quot; class and jQuery code. Instead, I get a string at the top of the box that says &quot;Please check if you&#039;ve filled all the fields with valid information. Thank you.&quot; - that is being generated through the PHP script, though. So maybe the jQuery validation I&#039;m using isn&#039;t working, and I&#039;m trying to figure out why.
2) While linking to a jQuery API hosted by Google isn&#039;t really my preference, it works and I can see why you&#039;d use it (speed). I&#039;m using jQuery 1.5.1, which appears to be the latest.

This is a great tutorial; about a year old, but know that I spent almost 6 months looking for a tutorial like this one. Thanks a bunch.

Ricardo</description>
		<content:encoded><![CDATA[<p>Hello Raymond,</p>
<p>Thank you SO much for taking the time to write this tutorial. I&#8217;ve found it invaluable so far. If you will let me know what your paypal account is I&#8217;ll be happy to make a contribution.</p>
<p>They say a teacher usually knows more because &#8220;the more he/she teaches the more he/she learns&#8221;. Hopefully you&#8217;ve learned more by being generous with us.</p>
<p>Your script is working, and I&#8217;m so happy about this.<br />
A couple of things are not working quite right, though:<br />
1) The string &#8220;This field is required&#8221; does not appear under each field as your tutorial shows. This string is linked to the &#8220;required&#8221; class and jQuery code. Instead, I get a string at the top of the box that says &#8220;Please check if you&#8217;ve filled all the fields with valid information. Thank you.&#8221; &#8211; that is being generated through the PHP script, though. So maybe the jQuery validation I&#8217;m using isn&#8217;t working, and I&#8217;m trying to figure out why.<br />
2) While linking to a jQuery API hosted by Google isn&#8217;t really my preference, it works and I can see why you&#8217;d use it (speed). I&#8217;m using jQuery 1.5.1, which appears to be the latest.</p>
<p>This is a great tutorial; about a year old, but know that I spent almost 6 months looking for a tutorial like this one. Thanks a bunch.</p>
<p>Ricardo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MT</title>
		<link>http://www.raymondselda.com/php-contact-form-with-jquery-validation/#comment-11038</link>
		<dc:creator>MT</dc:creator>
		<pubDate>Fri, 04 Mar 2011 22:25:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.raymondselda.com/?p=585#comment-11038</guid>
		<description>One of the best tutorials. Well done! I&#039;ve used with contact form very easily. Usually it takes so long to make it and finally is not working after a big process. Is that possible to ask the author to add recaptcha also please?</description>
		<content:encoded><![CDATA[<p>One of the best tutorials. Well done! I&#8217;ve used with contact form very easily. Usually it takes so long to make it and finally is not working after a big process. Is that possible to ask the author to add recaptcha also please?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph</title>
		<link>http://www.raymondselda.com/php-contact-form-with-jquery-validation/#comment-10960</link>
		<dc:creator>Joseph</dc:creator>
		<pubDate>Wed, 02 Mar 2011 18:07:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.raymondselda.com/?p=585#comment-10960</guid>
		<description>Please disregard my last comment.  The issue was related to SMTP issues on the server&#039;s side.  THANKS!</description>
		<content:encoded><![CDATA[<p>Please disregard my last comment.  The issue was related to SMTP issues on the server&#8217;s side.  THANKS!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph</title>
		<link>http://www.raymondselda.com/php-contact-form-with-jquery-validation/#comment-10956</link>
		<dc:creator>Joseph</dc:creator>
		<pubDate>Wed, 02 Mar 2011 15:53:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.raymondselda.com/?p=585#comment-10956</guid>
		<description>Hi I&#039;m using the form exactly as explained and have read all of the comments looking for deprecated PHP, but I can&#039;t seem to get the form to send emails.  I had it working in a test location, but now that it&#039;s in the root directory it&#039;s not working for some reason.  Any help would be greatly appreciated.  Thanks for the hard work regardless!

belcosupply.com/contact.php</description>
		<content:encoded><![CDATA[<p>Hi I&#8217;m using the form exactly as explained and have read all of the comments looking for deprecated PHP, but I can&#8217;t seem to get the form to send emails.  I had it working in a test location, but now that it&#8217;s in the root directory it&#8217;s not working for some reason.  Any help would be greatly appreciated.  Thanks for the hard work regardless!</p>
<p>belcosupply.com/contact.php</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hitesh Patel</title>
		<link>http://www.raymondselda.com/php-contact-form-with-jquery-validation/#comment-10472</link>
		<dc:creator>Hitesh Patel</dc:creator>
		<pubDate>Mon, 21 Feb 2011 18:07:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.raymondselda.com/?p=585#comment-10472</guid>
		<description>Hi.... Thank you so much for sharing with us</description>
		<content:encoded><![CDATA[<p>Hi&#8230;. Thank you so much for sharing with us</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saurabh Gupta</title>
		<link>http://www.raymondselda.com/php-contact-form-with-jquery-validation/#comment-10274</link>
		<dc:creator>Saurabh Gupta</dc:creator>
		<pubDate>Thu, 17 Feb 2011 08:50:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.raymondselda.com/?p=585#comment-10274</guid>
		<description>Thanks..&gt;!! NIce Collection..</description>
		<content:encoded><![CDATA[<p>Thanks..&gt;!! NIce Collection..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: selimoff</title>
		<link>http://www.raymondselda.com/php-contact-form-with-jquery-validation/#comment-10184</link>
		<dc:creator>selimoff</dc:creator>
		<pubDate>Tue, 15 Feb 2011 16:40:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.raymondselda.com/?p=585#comment-10184</guid>
		<description>First, THANK YOU Raymond, for this amazing code, really great!

I was reading every comment since 2009, and at last i found my problem.
Paul have the same problem that i have. I receive the same email every time i refresh the browser.

any reply for this?

Thank you again</description>
		<content:encoded><![CDATA[<p>First, THANK YOU Raymond, for this amazing code, really great!</p>
<p>I was reading every comment since 2009, and at last i found my problem.<br />
Paul have the same problem that i have. I receive the same email every time i refresh the browser.</p>
<p>any reply for this?</p>
<p>Thank you again</p>
]]></content:encoded>
	</item>
</channel>
</rss>

