I've got recaptcha working in it's fundamental form - requiring a captcha code and displaying a basic error when it's wrong. But I want to make it more usable, and I'd really appreciate your help.
Is there any way to ajaxically send a test/request to see if the captcha code is correct, and if it's not, pre-emptively prompt the user for another attempt?
Failing that possibility - is there any way to ensure that all the fields keep their values if I were to php redirect the user back to the form page?
Thanks!