I have a registration form with the new google recaptcha widget on it. When a user submits info, we check the validation with javascript and return the problems to the page
Try calling the reload() function within ReCaptcha (version 1):
reload()
Recaptcha.reload();
How to Reload ReCaptcha using JavaScript?