I’ve read this article, Using reCAPTCHA with Google App Engine, it wasn’t very clear on how to keep the form data when the Recaptcha is invalid.
I’ve rough idea how to make this work through AJAX. But, is there a simpler solution ? As I don’t really need AJAX as for registration. All I need is to allow user to reenter the captcha for invalid attempt, and retain the form data that user has entered.
Any advice ?
Since there is no simpler way/suggestions of doing this, I’m going to solve this using AJAX solutions.