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.
Download the contact form code
You can download the contact form that best fits your needs and then customize as required.
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
- Unzip the downloaded contact form code.
- Edit contactform.php and edit the email address to your email address
- Upload the folder contents to your website (to a sub-folder say, /contact)
- The contactform.php contains the form. You can link to this file or embed the form using iframe.
$formproc->AddRecipient('name@your-website.com'); //<<---Put your email address here
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.
Related posts:







{ 59 comments… read them below or add one }
← Previous Comments
Hi the code works very well except when i put my email address at me@titieco.com.my, it doesnt work anymore, works with me@gmail.com. can you tell me how to fix this problem? thank you so much!
Thanks a lot!! works perfectly!
Hi there, it looks great! BUT….I placed it on my site using iFrame, but the hidden field on top meant for bots appears. How do I hide it? Thanks!
Hi,
great form, thanks!
← Previous Comments