Web Wiz - Green Windows Web Hosting

  New Posts New Posts RSS Feed - I just don't get it - Please Help
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Forum LockedI just don't get it - Please Help

 Post Reply Post Reply
Author
Mattys View Drop Down
Newbie
Newbie


Joined: 01 December 2004
Status: Offline
Points: 14
Post Options Post Options   Thanks (0) Thanks(0)   Quote Mattys Quote  Post ReplyReply Direct Link To This Post Topic: I just don't get it - Please Help
    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!!
Back to Top
WebWiz-Bruce View Drop Down
Admin Group
Admin Group
Avatar
Web Wiz Developer

Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
Post Options Post Options   Thanks (0) Thanks(0)   Quote WebWiz-Bruce Quote  Post ReplyReply Direct Link To This Post 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
%>
Back to Top
Mattys View Drop Down
Newbie
Newbie


Joined: 01 December 2004
Status: Offline
Points: 14
Post Options Post Options   Thanks (0) Thanks(0)   Quote Mattys Quote  Post ReplyReply Direct Link To This Post 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?
 
 
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.08
Copyright ©2001-2026 Web Wiz Ltd.


Become a Fan on Facebook Follow us on X Connect with us on LinkedIn Web Wiz Blogs
About Web Wiz | Contact Web Wiz | Terms & Conditions | Cookies | Privacy Notice

Web Wiz is the trading name of Web Wiz Ltd. Company registration No. 05977755. Registered in England and Wales.
Registered office: Web Wiz Ltd, Unit 18, The Glenmore Centre, Fancy Road, Poole, Dorset, BH12 4FB, UK.

Prices exclude VAT at 20% unless otherwise stated. VAT No. GB988999105 - $, € prices shown as a guideline only.

Copyright ©2001-2026 Web Wiz Ltd. All rights reserved.