Honeypot not working

Hello

I’m runnig a next-Application with netlify Forms.
Domain of Proof of Concept:
https://poc-netlify-forms.netlify.app/

The Honeypot field is present and also recognized, I’m getting the"Extra spam prevention enabled via honeypot field." Message in the Form-Submission Overview.

But if I’m testing the Bot-Field and put in some value in the field the Form shouldn’t be submitted, right? Or at least shouldn’t appear in the Form submissions. Unfortunately it does, even in the “Verfied” Section…

Steps to reproduce:

  1. Browse URL
  2. Toggle Form
  3. Mage Botfield visible by removing class hidden in the dev tools
  4. Enter value in botfield
  5. Submit Form
  6. Check Form Submissions => Submission appears

I really want to use the honeypot protection as we are no fan of the recaptchas. So I’d appreciate some feedback or solution on this :slight_smile:

Thank you in advance!