I have a form in which I enabled netlify’s explicit recaptcha 2. The form has some basic validation to ensure required fields are completed upon submit.
All works fine, as long as recaptcha checked. However, if not checked, and user tries to submit, the form is reset (all inputs erased), and no error/warning messages show.
I switched over to the honeypot approach instead- and that works fine, including playing nice with my form’s error handling.
However, I’d like to know if the explicit recaptcha behavior I saw is expected? Is there a recommended approach to ensure the form/input fields aren’t simply reset?