I’m going to demonstrate how to create a PHP contact page that checks that the form fields are valid before e-mailing the contact message. Form validation is something that can be done very well in JQuery (since it does not require the page to be reloaded), however if you want another option then PHP can get the job done too. Continue reading