Link to home
Start Free TrialLog in
Avatar of Aleks
AleksFlag for United States of America

asked on

Captcha

I added reCaptcha to one of my pages, it uses Google script.
Two questions.

1. Can I add Captcha without relying on a link to Google's script/site ?   something stand alone ?
2. Even thought I added it I can still submit the form even if user doesn't enter the Captcha info or if its wrong.

I am using Classic ASP.

This is the page:  https://www.bluedotcloud.com/bluedot2016/forgotpassword.asp

How can I prevent the form from being submitted unless user enters the Captcha correctly ?
Avatar of Randy Downs
Randy Downs
Flag of United States of America image

Try this.

Get a Free CAPTCHA For Your Site

A free, secure and accessible CAPTCHA implementation is available from the reCAPTCHA project. Easy to install plugins and controls are available for WordPress, MediaWiki, PHP, ASP.NET, Perl, Python, Java, and many other environments. reCAPTCHA also comes with an audio test to ensure that blind users can freely navigate your site. reCAPTCHA is our officially recommended CAPTCHA implementation.
Avatar of Aleks

ASKER

That doesn't list ASP Classic, just .net .. :$
ASKER CERTIFIED SOLUTION
Avatar of Randy Downs
Randy Downs
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Aleks

ASKER

I found a better one  :)

http://formvalidation.io/addons/recaptcha1/

Asking for help with ASP ... crossing fingers.

Thanks tho.
Avatar of Aleks

ASKER

That was a mistake. I should have selected the answer I got.