Print Page | Close Window

I just don't get it - Please Help

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz CAPTCHA
Forum Description: Support forum for the Web Wiz CAPTCHA security image.
URL: https://forums.webwiz.net/forum_posts.asp?TID=23193
Printed Date: 28 March 2026 at 2:21pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: I just don't get it - Please Help
Posted By: Mattys
Subject: I just don't get it - Please Help
Date Posted: 26 April 2007 at 10:10am

Hi

I have installed all the right things, in the right places. I have a contact.asp form and a form that processes the input, e.g mailer.aSP
 
All the includes are in place, etc.
 
My form works, but is not recognising the captcha, so, spam can still be sent.
 
I have now found out that you have to customise the code so i have to tell it what to do if the code isn't inserted/correct.
 
I do not know asp so cannot do this.
 
Can anyone advise how i might go about implementing some code.
 
I have been spending soo much time on this now, have also looked at other captchas, seems like this isn't as easy as claimed!!



Replies:
Posted By: WebWiz-Bruce
Date Posted: 26 April 2007 at 11:26am
<%
'If CAPTCHA is entered correctly run the following code
If blnCAPTCHAcodeCorrect = True Then

       'Place code here that is to run if CAPTCHA is entered correctly
       Response.Write("CAPTCHA code is correct")


'If CAPTCHA is NOT entered correctly run the following code
ElseIf blnCAPTCHAcodeCorrect = False Then

       'Place code here that is to run if CAPTCHA is NOT entered correctly
       Response.Write("CAPTCHA code is NOT correct")
End If
%>

-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting


Posted By: Mattys
Date Posted: 26 April 2007 at 12:01pm
Thanks for that
 
As i have said, as far as i know i have this code in the right place. So, shouldn't i be seeing the 'CAPTCHA code is correct' text somewhere?
 
Here is my page, if you fill in the form it just works normally, doesn't take any notice of the captcha.
 
Can you offer any advice of what i could put in the response rewrite bit?
 
 



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net