In this tutorial I will take you through the process of validating a form with jQuery.
You should also validate with PHP as its easy to turn javascript off.
HTML Source Code: http://www.megaupload.com/?d=C11M9G2Y
Regular Expression Used:
var regexp = /^[a-zA-Z0-9]+[a-zA-Z0-9_.-]+[a-zA-Z0-9_-]+@[a-zA-Z0-9]+[a-zA-Z0-9.-]+[a-zA-Z0-9]+.[a-z]{2,4}$/;