Print Page | Close Window

Captcha running but not right!

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=22632
Printed Date: 28 March 2026 at 6:02am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Captcha running but not right!
Posted By: Tag2006
Subject: Captcha running but not right!
Date Posted: 08 February 2007 at 12:42am
Hi Guys,
 
I am trying the Captcha and have it on my pages as the demo that comes with it suggests.
 
On my forms page when called up I see the Captcha and image and enter it and hit send>>>>
 
The process page opens and at the top of the page i get the message the Captcha is incorrect....
 
I have the code inserted properly as far as i see, Im quite good with asp/vbs usually and copied borgs examples.
 
My server uses session vars without problem elsewhere so doubt im dropping sessions?
 
Any thoughts are very welcome as I realy want to use this in my form to stop remote submissions.
 

Process Page has:
 
<!--#include file="CAPTCHA/CAPTCHA_process_form.asp" -->
<%
  If blnCAPTCHAcodeCorrect = True Then
   Response.Write(" CAPTCHA code is correct")
  ElseIf  blnCAPTCHAcodeCorrect = False Then
   Response.Write(" CAPTCHA code is NOT correct")
  End If
  %>
 
 
Form Page has:
 
<!--#include file="CAPTCHA/CAPTCHA_form_inc.asp" -->
 
Thank You



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