Website contact form and php

Permabanned
Joined
30 Nov 2008
Posts
731
Location
Manchester
Hey,

I picked up a form from somewhere a couple of months back but i've lost all of the files.

It was a contact form.

Subject (drop down box, choice of 7 things)
Name
Email
Post code
Phone (optional)
Description

And it had security on the postcode, filtered so it could only be M11, M12 so if someone enter M57 it wouldn't allow it etc.

And the email had to have an '@' init.

And when it get email to me i caught the IP of the sender.

Does anyknow who where i can get something very similar to this, i can edit little bits with basic knowledge or can someone russle one up :P

Thanks, Mark.
 
One email form I have used before which fits most of your criteria is Huggins script.

It definitely logs IP address, it does check for valid email address, and it stops spam bots. The only thing I am not sure about is whether it can limit certain input boxes like your postcode thing. I am sure it must be possible to add that though.
 
I really like the first one, but i downloaded the ZIP and theres a load of files and the one i like is linked to .php on huggins site and when i try to get to that page it doesn't exist anymore?
 
One thing to remember is, all the files in that zip have a .txt extension, but most need to have this removed for them to work properly. Plus the script has a .php5 extension, but some web servers need to use .php without the 5.
 
Back
Top Bottom