Log in

View Full Version : Desperately looking for a php contact form script



Bubbletin
03-14-2007, 08:28 AM
Just as the title says I'm hunting for a php contact form script. I only need a few features.

Name, Email, Department (dropdown menu), Subject, and then a message field. I want to modify the color of the fields (and add a background) as well. Can anyone recommend a simple script to accomplish this please?

codeexploiter
03-14-2007, 08:37 AM
This can be achieved in two manner:

1. You can create your own one

2. You can use one of the so many freely available script for this purpose.

http://www.tele-pro.co.uk/scripts/contact_form/
http://www.thesitewizard.com/wizards/feedbackform.shtml

The above two will create a feedback/contact form for you (based on PHP) without much time.

You didn't mention in your post about the data storage method you are going to employ on the user data.

Bubbletin
03-14-2007, 09:02 AM
Got it all figured out, thank you!