A Pretty Ajax Contact Form With jQuery & PHP
27
Sep
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
Website: http://tutorialzine.com/2009/09/fancy-contact-form/
Demo: http://demo.tutorialzine.com/2009/09/fancy-contact-f...
Compatibility: All Major Browsers
Website: http://tutorialzine.com/2009/09/fancy-contact-form/
Demo: http://demo.tutorialzine.com/2009/09/fancy-contact-f...
- Tags:
Captcha Javascript Php
- Filed under: Forms, Goodies, License Free
- 6 Comments
Related Posts
- None Found






















6 Responses for "A Pretty Ajax Contact Form With jQuery & PHP"
Too bad that the number verification isnt working correctly in the demo form. makes it loosing trust before even downloaiding it.
Yeah like dirk digizaal webdevelopment said,it’s not working but i downloaded it and fixed it.
Wow Thanks for sharing such a nice form!
Great job! Thanks for sharing your knowledge!
Hey Vince,
Would you mind please explaining how you fixed the captcha??
Thanks!
I’ve searched the internet pretty extensively and this is simply…the best ajax contact form out there. Cannot thank you enough. Best regards and elite coding. USE THIS GUYS.