Secure Contact Form is a platform independent script.
From now visitors of your site can send you a email at any time.
You may use this script on any HTML or PHP page of your existing website.
It just uses 1 file for validation, creating and sending e-mail!
<?php
// Your current page
define('FORM_ACTION', 'index.php');
// Contact processing file
include('contact-process.php');
// Draw contact form
draw_contact_form('en');
// Set focus on error field
set_field_focus();
?>