Free PHP Contact Form

By admin

I’ve been busy building a new site and was in need of a contact form. Dashed over to HotScripts and found this fine freebie:

Fusion Contact

Fusion Contact is a mail form, that allows a user/visitor from your site to send you or your staff an email , with easy custumization of the form fields, Add/Remove email accounts, Add/Remove subjects, you can even edit the template for which will displayed on your website. All this can be done from the Admincp.

It’s a snap to install and does work nicely. One thing I noted is that it suggests the script was built to install in the main folder, rather than its own subfolder. Nope, I don’t do that, I like to keep my files neat and seperate. :lol: So I did install it in its own subfolder and changed this include:

<?php include(“form.php”); ?>

to read as:

<?php include(“http://mynewdomain.com/subfolder/form.php”); ?>

So far that’s all its needed and it’s working like a charm!

I also found the template I’m using on the new site at:

Open Source Web Design (Hello! always my first stop) and found a gorgeous template to use that was coded by Now-Design.co.uk..

This new site has nothing to do with the Clickin’ It Rich project, yeesh I’m behind! :lol:

Comments are closed.