Return to Portfolio

AJAX Contact Form

Script Last Updated: Wednesday, August 26th, 2009
Documentation Last Updated: Tuesday, November 17th, 2009
Demo Last Updated: Wednesday, August 26th, 2009

The Script

Download this script

Try a demo

This contact form has several advanced features such as Email injection prevention and a more accurate email validator that not only validates the syntax, but also whether the domain exists or not.

This is how you add it to your page, really simple.

1
2
3
4
5
// All of the contact form's script files must be under one directory.
// In this example, that directory is 'forms/contact/'
<script type="text/javascript" src="forms/contact/scripts/ajax.js"></script>
<script type="text/javascript" src="forms/contact/scripts/contact.js"></script>
<div id="contact_form"></div>

929 Unique Visitors