Hi All,
Don't know if this has been solved but I had the same problems
implementing this in classic ASP, but have managed to get this working
using the example located at
http://www.worldofcode.com/recaptcha-classic-asp-implementation/
and downloading the zip file, located here > >
http://www.worldofcode.com/wp-content/uploads/2008/04/recaptcha_classic_asp.zip
For anyone else who may get stuck in the future..
On Aug 12, 8:44 pm, VikingGoat <
vikingg...@gmail.com> wrote:
> I haven't managed to fix it actually, I've found that the form action
> is bypassingReCaptchaall together, and thats the meat if the problem
> I've been having I think.
>
> On Aug 8, 2:31 pm, Lastwolf <
webmas...@lastwolf.com> wrote:
>
>
>
> > How did you fix this problem?
>
> > I see the CAPTCHA on the page but I don't need to fill in the field to
> > submit myform. It's just not working. Theformis sent via email and
> > send to thank you page without any input of CAPTCHA
>
> > Thanks
>
> > On Aug 5, 2:18 pm, VikingGoat <
vikingg...@gmail.com> wrote:
>
> > > Nevermind, I found what I was doing wrong.
> > > My routing to the next page via theactionin theformtag was
> > > bypassing any boolean operators.
>
> > > On Aug 5, 11:43 am, VikingGoat <
vikingg...@gmail.com> wrote:
>
> > > > Todays lesson: Never mention that you want to learn to do something to
> > > > someone when they're desperate for help.
>
> > > > I've been asked to implementRecaptchato a site using the ClassicASP
> > > > found in the Wiki (found herehttp://
wiki.recaptcha.net/index.php/Overview#Classic_ASP),
> > > > and I've not really done much programming forASPor ever implemented
> > > >Recaptcha.
>
> > > > Now I have of course replaced the Public and Private Keys, and the
> > > >formactionrelates is sending the user to the page I want it to, but
> > > > it doesn't seem to matter if I type in a correct string, incorrect
> > > > string, or just leave it blank, it still routes to the correct page.
> > > > Am I missing something?
>
> > > > My code is as follows:
http://pastebin.com/m217e1045- Hide quoted text -
>
> - Show quoted text -