Author Topic: CAPTCHA form mail scripts  (Read 257 times)

Offline Agent360

  • Nickel Member
  • ***
  • Posts: 780
      • http://troywardphotography.com
CAPTCHA form mail scripts
« on: June 03, 2009, 07:22:24 PM »
Hi Friends,

I use Matt's "formmail" on my web sites for from submissions. But it does not have any CAPTCHA feature.

Can anyone recommend an open source form mail script that uses CAPTCHA.

Thanks

Agent360

Offline RTGorkle

  • Copper Member
  • **
  • Posts: 297
Re: CAPTCHA form mail scripts
« Reply #1 on: June 04, 2009, 02:28:47 AM »
Howdy Agent.

http://www.codeproject.com/KB/custom-controls/CaptchaControl.aspx.
Customisable and looks good. It's ASP .NET

This one is a nice idea, but I didn't think it suitable for a commercial website. Is available in PHP, Java, ASP and more.
http://recaptcha.net/learnmore.html

Offline Agent360

  • Nickel Member
  • ***
  • Posts: 780
      • http://troywardphotography.com
Re: CAPTCHA form mail scripts
« Reply #2 on: June 04, 2009, 10:51:51 PM »
Thanks for the reply.

I found reCAPTCHA the other night but I had to "sign up" which I hate to do.

But, I did it and it actually works great.

Here is a link to the site I put it on in case anyone is interested in how this works.
http://www.pomseagrove.com/9_seawinds/contact.php

I had to make some custom error pages and use two instances of the form handler script. But is because of the way I designed the site...two porperties on one site...ehhh tried to keep things organized.

Anyway, thanks

Agent360