HTML.form.guide

simple email form

A Simple Email Form Straight Out of the Oven

Here is a simple email form that you can plug straight into your website. The form contains the basic essential fields. You can add or remove fields in the HTML source. Notes The client-side form validation is done using jQuery Form Validation plugin (see a detailed tutorial here ). On the server-side, this PHP validation library is used. It has a subtle jQuery Fade-in animation while submitting the form. The form is submitted via Ajax.

Continue Reading →