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
The method you are looking for is grecaptcha.reset()
grecaptcha.reset()
However, in order for this function to work you have to render the reCaptacha explicitly like this :