How to stop receiving empty submissions?

Hello!

Is there a way to stop receiving empty submissions? Here you can check out the website where you can submit an empty form and we will get this submission — https://5f69fd2dd417a45014c39057--relaxed-engelbart-ddc20e.netlify.app.

This is a minimal reproduction of our forms. Our forms have the attribute “novalidate” to turn off browser validation so we could validate them using JavaScript. And my guess why we get empty submissions is that this is either a bot or a person with turned off JavaScript who can successfully submit the form.

Is there a way to prevent this behavior?

Hey @SilencerWeb,
The two options we have for this kind of thing are the honeypot field:

and adding a RECAPTCHA:

Do you want to give those a try and let us know if they help?