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?