- Issue created by @kiwimind
During recent testing, our QA noticed that if the form field added by honeypot was deleted using the browser's inspector, the form was submitted.
1. open a page with a protected form
2. inspect the page, finding the honeypot field
3. delete this field from the DOM
4. submit form
If a form is protected by honeypot, would it not be a good idea to test not only if the form field is empty but also present?
Consider proposed resolution and create path.
Active
2.1
Code