Description:
I have a contact form that use the recaptcha integration via data-netlify-recaptcha= "true"
. The form works fine if I fill the form, check “I’m not a robot” and click send. Also the thank-you.html page will show up.
The issue I want to solve:
If I fill the form, and DO NOT check the “I’m not a robot” checker, and click send. The page will reload in the same url, with no warning or message at all. The form doesn’t pass and it is not showing in the form tab in netlity. I try to read some info in https://developers.google.com/recaptcha/docs/v3 but no clear solutions.
Any ideas how to set up this “I’m not a robot” as a required? or/and How to config a warning message to prevent people that the form wasn’t send?
Thanks in advance any leads in this topic.