Tutorialzine is sharing a nice tutorial with source on creating a fancy Ajaxed contact form that is built with jQuery & PHP.
The form is unobtrusive & has a server-side validation which makes it degrade gracefully when the JavaScript is turned off.
It takes advantage of 2 jQuery plugins:
- formValidator – for validation
- JQTransform – for stying input fields
and a PHP class:
- PHPMailer – for sending the e-mails
The contact form also has a basic captcha which works by asking the sum of 2 random numbers.
To check a demo of the form, click here.
Requirements: PHP
Compatibility: All Major Browsers
Compatibility: All Major Browsers


















