I already covered contact form using ajax in my earlier posts. Code written in a simple way by which you can easily integrated at your site. Here Mudassar Ahmed Khan has explained how to perform form validation using jQuery Validation Plugin. Since you have jQuery already you could try the validation plugin: Plugins/Validation - jQuery JavaScript Library It handles most use cases for form validation as … In this page we have discussed how to validate an email using JavaScript : An email is a string (a subset of ASCII characters) separated into two parts by @ symbol. The form validation in Bootstrap In HTML 5, the default form validation is done for the fields marked with the required attribute. )+ ( [a-zA-Z0-9] {2,4})+$/ ; return EmailRegex.test (email); } Here is the fiddle sample. There are two validation standards: server side validation and client side validation. please read the jquery validation documentation (always a good idea to read the docs, but I also recommend viewing the source code also). Found inside – Page 522... 209 onselect, 209 onsubmit, 209