Contact form with Captcha

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
amy73
Forum Newbie
Posts: 1
Joined: Fri Feb 01, 2008 11:24 am

Contact form with Captcha

Post by amy73 »

Hi Everyone,

I am trying to implement a contact form with captcha validation on my new site and found what I think could be the best solution for me. It was a sample form that I found on this site: http://www.thewebhelp.com/php/php_conta ... alidation/

I've already tested it on my server and it works perfectly. However, I'd like to be able to modify it a bit and not sure how I should even do it. I'd like to be able to add "name" and "company" fields to the form and also remove the "subject" field. It's unnecessary for what I am using it for.

Would anyone be able to explain how it could be modifed? I'm a designer by nature and know precious little regarding PHP unfortunately.

Thanks so much!

Cheers,

Amy
User avatar
Inkyskin
Forum Contributor
Posts: 282
Joined: Mon Nov 19, 2007 10:15 am
Location: UK

Re: Contact form with Captcha

Post by Inkyskin »

Why not try a service like reCaptcha?

http://recaptcha.net/
Post Reply