HTML.form.guide

A simple, easy PHP contact form

download simple PHP contact form

Adding a contact form helps in getting good leads quickly. Contact forms need not be complex. Here is a simple but powerful contact form that you can just download, customize and plug-in to your website.

Also see: more free, modern contact forms from ReusableForms.com

Download the contact form code

You can download the contact form that best fits your needs and then customize as required.

simple contact form

A simple contact form with three fields: Name, Email and Message

Try the DemoDownload

Another simple contact form

A simple contact form with fields: Name, Email, Phone number and Message
Try the DemoDownload

simple contact form with captcha A simple contact form with a simple anti-spam mechanism
Try the DemoDownload

Features of the contact form

  • Simple contact form
  • Standards compliant (100% XHTML 1.0 strict validated, uses CSS)
  • Secured against spam bots and attacks
  • Easy to customize
  • Hosted on your own web server
  • Free!

Installing the contact form on your web site

  1. Unzip the downloaded contact form code.
  2. Edit contactform.php and edit the email address to your email address

$formproc->AddRecipient('name@your-website.com'); //<<---Put your email address here
  1. Upload the folder contents to your website (to a sub-folder say, /contact)
  2. The contactform.php contains the form. You can link to this file or embed the form using iframe. Here is sample iframe code to embed the form:
<iframe src='/contact/contactus.php' frameborder='0'
width='100%' height='600' ></iframe>

Alternatively, you can modify contactform.php to have the same look of your web site.

Customizing the form

You can edit the contact.css file to change the style of the form. You can add any type of fields to the form. The fields will automatically be included in the form submission emails.

For more features and customizations of the contact form, see the ‘Related Pages’ section below.

License

The code is shared under LGPL license. You can freely use it on commercial or non-commercial websites.

See Also