Downloadable PHP Contact Form

September 3rd, 2010

Haven’t updated this blog for ages but here is a new post about forms :)

Contact forms make it easier for the users of your website to get support as inexperienced users may not understand how to email or they may not even have an email account they can use or access may be inpractical at the time they need to get support. They also let you as the business owner keep your email private and protected against spammers.

Contact forms are hard and time consuming to write correctly and to make fully hacker proof and inexperienced programmers may mess this up. Also they need to correctly inform the user of where they have gone wrong with their data entry so they dont face any problems when getting support.

I have presented a simple contact form for you to use on your site which allows a degree of customization.

Implementation Instructions

  • Extract the downloaded zip file and upload the files to the root of your web server
  • Edit includes/config.php with your settings
//config for comments form
$comment_field_labels = array(“Name:”, “Email Address:”, “Message:” ); //The number of fields and fields descriptions$comment_required_field_array = array(0,1,2); //the fields that are required 1 = 0 in this case all are required

$comment_field_maxlength = array(50,50,256); //maximum characters that can be entered into each field

$email_to = “support@domain.com”; //the address to email to (your address)

$site_title_text = “Your Site”; //name of the site

  • Customize ‘contact.php’ with your company header and footer
  • You are done!

Enjoy the time you have saved. Download the form files below:

Download Form Files

New Facebook Page!

July 14th, 2010

You can now also follow my updates on facebook at:

http://www.facebook.com/pages/Ross-Money-IT-Solutions/139872629371556

New Domain Name!

July 12th, 2010

Ah much better :)

Blender 3D Modelling

July 1st, 2010

I have started to increase my skills base again with some 3D modelling now I am free of exams.

A Clock I Am Modelling In Blender
3D View With Handle Done
Finished Clock Face
Wireframe Complexity

Site Updates

June 25th, 2010

Information about me & my portfolio is now up!

View at:
http://rossmoney.co.uk/about and http://rossmoney.co.uk/portfolio

ActiSoft
Brixham Transition
MandarinMaster

Home Setup

June 20th, 2010

Here is my current home setup :) if anyone is interested :L

Mac OS on netbook on the right, Ubuntu 10.4 with mac theme on the left.
My Desk

Custom External Hard Drive Backup System

June 20th, 2010

I made an external hard drive with a difference by taking apart an existing external hard drive and removing the active chip and connecting this via IDE to a internal IDE rack. This allows you to insert and remove the backup hard drives easily. Since I use a laptop for all my work this was a neat solution! :)

The Connection
The Rack

New Site!

June 1st, 2010

I will be updating my site with a newly designed wordpress template in the coming weeks…