<?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: Create an AMAZING contact form with no ready made plugins.</title>
	<atom:link href="http://web.enavu.com/tutorials/create-an-amazing-contact-form-with-no-ready-made-plugins/feed/" rel="self" type="application/rss+xml" />
	<link>http://web.enavu.com/tutorials/create-an-amazing-contact-form-with-no-ready-made-plugins/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 18 Jan 2012 08:51:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Maes</title>
		<link>http://web.enavu.com/tutorials/create-an-amazing-contact-form-with-no-ready-made-plugins/comment-page-2/#comment-39639</link>
		<dc:creator>Maes</dc:creator>
		<pubDate>Fri, 23 Sep 2011 17:41:41 +0000</pubDate>
		<guid isPermaLink="false">http://tutsvalley.com/?p=45#comment-39639</guid>
		<description>Works like a charm, thank you.</description>
		<content:encoded><![CDATA[<p>Works like a charm, thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Web dizajn Crna Gora</title>
		<link>http://web.enavu.com/tutorials/create-an-amazing-contact-form-with-no-ready-made-plugins/comment-page-2/#comment-29374</link>
		<dc:creator>Web dizajn Crna Gora</dc:creator>
		<pubDate>Thu, 05 May 2011 11:59:54 +0000</pubDate>
		<guid isPermaLink="false">http://tutsvalley.com/?p=45#comment-29374</guid>
		<description>Very good. Thank you.</description>
		<content:encoded><![CDATA[<p>Very good. Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://web.enavu.com/tutorials/create-an-amazing-contact-form-with-no-ready-made-plugins/comment-page-2/#comment-27662</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 13 Apr 2011 03:14:11 +0000</pubDate>
		<guid isPermaLink="false">http://tutsvalley.com/?p=45#comment-27662</guid>
		<description>Sure there is.
$(&quot;#mail_success&quot;).fadeIn(500);
setTimeout(function() {
      // Do the redirect or anything you want after 1.25 seconds.
},1250);</description>
		<content:encoded><![CDATA[<p>Sure there is.<br />
$(&#8220;#mail_success&#8221;).fadeIn(500);<br />
setTimeout(function() {<br />
      // Do the redirect or anything you want after 1.25 seconds.<br />
},1250);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zeke</title>
		<link>http://web.enavu.com/tutorials/create-an-amazing-contact-form-with-no-ready-made-plugins/comment-page-2/#comment-27632</link>
		<dc:creator>Zeke</dc:creator>
		<pubDate>Tue, 12 Apr 2011 20:15:40 +0000</pubDate>
		<guid isPermaLink="false">http://tutsvalley.com/?p=45#comment-27632</guid>
		<description>Is it possible to add a redirect to another HTML page after a pause for &#039;submit&#039; removal etc...? Something after:
  
$(&#039;#mail_success&#039;).fadeIn(500);
   
Pause for success message and then redirect to next page...
   
Thanks in advance!</description>
		<content:encoded><![CDATA[<p>Is it possible to add a redirect to another HTML page after a pause for &#8217;submit&#8217; removal etc&#8230;? Something after:</p>
<p>$(&#8216;#mail_success&#8217;).fadeIn(500);</p>
<p>Pause for success message and then redirect to next page&#8230;</p>
<p>Thanks in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Webby Dev Rob</title>
		<link>http://web.enavu.com/tutorials/create-an-amazing-contact-form-with-no-ready-made-plugins/comment-page-2/#comment-24495</link>
		<dc:creator>Webby Dev Rob</dc:creator>
		<pubDate>Fri, 04 Mar 2011 20:51:59 +0000</pubDate>
		<guid isPermaLink="false">http://tutsvalley.com/?p=45#comment-24495</guid>
		<description>Liked the tutorial. 

Just FYI to make your error processing code a little neater you could create an array of errors and then add to that array when your data fails a check. YOu can use jquery&#039;s .each function to iterate over the errors. 

Ideally, you&#039;d also be filtering your data within your php script too, but I you&#039;ve most likely left this out for sake of simplicity for tutorial - have mentioned it just because I didn&#039;t see it mentioned in your tutorial :)</description>
		<content:encoded><![CDATA[<p>Liked the tutorial. </p>
<p>Just FYI to make your error processing code a little neater you could create an array of errors and then add to that array when your data fails a check. YOu can use jquery&#8217;s .each function to iterate over the errors. </p>
<p>Ideally, you&#8217;d also be filtering your data within your php script too, but I you&#8217;ve most likely left this out for sake of simplicity for tutorial &#8211; have mentioned it just because I didn&#8217;t see it mentioned in your tutorial <img src='http://web.enavu.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kurt</title>
		<link>http://web.enavu.com/tutorials/create-an-amazing-contact-form-with-no-ready-made-plugins/comment-page-2/#comment-23849</link>
		<dc:creator>Kurt</dc:creator>
		<pubDate>Wed, 23 Feb 2011 00:33:02 +0000</pubDate>
		<guid isPermaLink="false">http://tutsvalley.com/?p=45#comment-23849</guid>
		<description>Quick update regarding the email verification code provided by WEbKILLER.  I tested this script on IE, Firefox, Safari, all worked great until it was tested on the iPhone.  The android and Windows phones worked great, no problem, but the email validation script breaks this form on iPhones.  If you&#039;re trying to implement this form on an iPhone, you can&#039;t use WEbKILLER&#039;s validation.  If anyone can think of a way around this, I&#039;d love to hear it.  Thanks.</description>
		<content:encoded><![CDATA[<p>Quick update regarding the email verification code provided by WEbKILLER.  I tested this script on IE, Firefox, Safari, all worked great until it was tested on the iPhone.  The android and Windows phones worked great, no problem, but the email validation script breaks this form on iPhones.  If you&#8217;re trying to implement this form on an iPhone, you can&#8217;t use WEbKILLER&#8217;s validation.  If anyone can think of a way around this, I&#8217;d love to hear it.  Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Allison Beh</title>
		<link>http://web.enavu.com/tutorials/create-an-amazing-contact-form-with-no-ready-made-plugins/comment-page-2/#comment-19566</link>
		<dc:creator>Allison Beh</dc:creator>
		<pubDate>Sun, 26 Dec 2010 02:33:03 +0000</pubDate>
		<guid isPermaLink="false">http://tutsvalley.com/?p=45#comment-19566</guid>
		<description>Great stuff! Thanks a lot! And Merry Christmas to you.</description>
		<content:encoded><![CDATA[<p>Great stuff! Thanks a lot! And Merry Christmas to you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joe patrick</title>
		<link>http://web.enavu.com/tutorials/create-an-amazing-contact-form-with-no-ready-made-plugins/comment-page-2/#comment-18672</link>
		<dc:creator>joe patrick</dc:creator>
		<pubDate>Wed, 15 Dec 2010 15:34:28 +0000</pubDate>
		<guid isPermaLink="false">http://tutsvalley.com/?p=45#comment-18672</guid>
		<description>thanks, it helped and save me...</description>
		<content:encoded><![CDATA[<p>thanks, it helped and save me&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glenn Mhaligz</title>
		<link>http://web.enavu.com/tutorials/create-an-amazing-contact-form-with-no-ready-made-plugins/comment-page-2/#comment-18036</link>
		<dc:creator>Glenn Mhaligz</dc:creator>
		<pubDate>Thu, 09 Dec 2010 06:28:50 +0000</pubDate>
		<guid isPermaLink="false">http://tutsvalley.com/?p=45#comment-18036</guid>
		<description>Ey BOBA i have a little bit of a problem same as some of the people here... im not really knowledgeable enough on php and stuff... i tried downloading your demo and tried it... but what i dont get is you have placed 

 which clearly the index.php doesnt exist and im having problem after i clicked the submit botton... can you explain or give me solution on this?? please?much appreaciate it if youll email me pls/? thanks</description>
		<content:encoded><![CDATA[<p>Ey BOBA i have a little bit of a problem same as some of the people here&#8230; im not really knowledgeable enough on php and stuff&#8230; i tried downloading your demo and tried it&#8230; but what i dont get is you have placed </p>
<p> which clearly the index.php doesnt exist and im having problem after i clicked the submit botton&#8230; can you explain or give me solution on this?? please?much appreaciate it if youll email me pls/? thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GolaSS</title>
		<link>http://web.enavu.com/tutorials/create-an-amazing-contact-form-with-no-ready-made-plugins/comment-page-2/#comment-16836</link>
		<dc:creator>GolaSS</dc:creator>
		<pubDate>Fri, 19 Nov 2010 11:31:48 +0000</pubDate>
		<guid isPermaLink="false">http://tutsvalley.com/?p=45#comment-16836</guid>
		<description>solved my problem - was a just a peanut, but since it can affect other functionalities - for the record to everybody - ONE DIV REF. TO THE EMAIL :  &lt;- NEEDS TO BE CLOSED! thx once again for the great form!</description>
		<content:encoded><![CDATA[<p>solved my problem &#8211; was a just a peanut, but since it can affect other functionalities &#8211; for the record to everybody &#8211; ONE DIV REF. TO THE EMAIL :  &lt;- NEEDS TO BE CLOSED! thx once again for the great form!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

