alextseni / GreekGameDevs

MIT License
3 stars 0 forks source link

Recaptcha not resetting when sending a form #30

Closed alextseni closed 6 years ago

alextseni commented 6 years ago

When the mail is not sent an error is displayed but when the error leaves, recaptcha remains checked thus when you retry to send the form, you get an error again (verification fails). Recaptcha needs to reset when sending the form.

alextseni commented 6 years ago

Added window.grecaptcha.reset(); after sending the form.