Feedback

Free Contact Form


Below is a demonstration of our Free contact form script in action. You can freely download the full source-code and use it on all your websites.

As with all our scripts, you run the scripts directly on your own websites.


Downloads


Free Contact Form Box

Updated - Jan 2012

Contact Us Form
Fields marked with * are mandatory.
To help prevent automated spam, please answer this question

* Using only numbers, what is 10 plus 15?  






Installation Instructions in two simple steps


Step One

Open the file 'freecontactformsettings.php' using a code/plain text Editor.

The file will look like this: -

<?php

$email_to = "youremailaddress@yourdomain.com"; // your email address
$email_subject = "Contact Form Message"; // email subject line
$thankyou = "thankyou.htm"; // thank you page

?>

Enter your email address in place of youremailaddress@yourdomain.com

Change the email subject (if you like)

Change your thank you page reference (if you like)

Save the file.


Step Two

Copy ALL files onto your website using an FTP program (filezilla for example)



Want to incorporate the form into your own design?
Copy the HTML from contactform.htm and paste it into your existing page.

Please read installation.txt found inside the download. This will provide further details.