I am using the reCAPTCHA example (VB). The URL for this approach is:
The problem I'm running into is that the success code being returned from Google does not get populated to the hidden textbox on the form.
The Google widget shows success, but the text (which should be 'true') does not get placed into the text box.
The result of this is that the Required Field Validator always throws an error saying "Captcha validation is required."
I'm not sure what's causing this. I saw that somebody fixed this by using https instead of http for the ajax script, but that didn't work for me.
Any suggestions would be appreciated.