This is a simple un-stylized contact form using AJAX and PHP (without jQuery).
I wanted to create something that is simple and reusable. After lots of searching and not being to find anything like this I decided to create my own version. Hope this will help someone and speed up their development project.
There are lots of improvements that can be made to this since there is little error checking at this time.
Only three files are included:
index.html <- contact form HTML
form.js <- JavaScript code used to generate the request
mail.php <- php file used to mail out the message from the form
Contact me at nat@cliowebsites.com or visit my website cliowebsites.com