This is my first time using this forum. I have tried enabling
reCaptcha to work on a website, it does appear BUT when the submit
button is clicked and nothing is entered in reCaptcha the form is
still submitted which shouldn't happen.
This is the URL:-
http://kidsunlimi2.eweb102.discountasp.net/enquire-form.aspx
If you look at the bottom i need it to link with the form so if
nothing is entered then it doesn't submit?
Can anyone please help.
Thanks in advance.
Regards
Billy
Your code is clearly not looking at the result of the reCAPTCHA check then.
> This is the URL:-
>
> http://kidsunlimi2.eweb102.discountasp.net/enquire-form.aspx
A test submission got a transaction failed 'relay access denied' error
from a default page for whatever webserver you're using.
I'm asuming you have more things wrong than reCAPTCHA to even get that error.
--
PJH
http://shabbleland.myminicity.com/env
http://www.chavgangs.com/register.php?referer=9375
---
Adrian Godong
> --
> You received this message because you are subscribed to the Google
> Groups "reCAPTCHA" group.
> To post to this group, send email to reca...@googlegroups.com.
> To unsubscribe from this group, send email to recaptcha+...@googlegroups.com
> .
> For more options, visit this group at http://groups.google.com/group/recaptcha?hl=en
> .
>
I was missing the If(Page.IsValid)..
:-)
Thanks