Form field of type 'honeypot' not invisible

Hi all,

I was just trying to implement a form field of type ‘honeypot’ into my contact form. Unfortunately it is rendered like this

<input aria-hidden="true" class="form-honeybear" name="data[honeypot]" value="" type="text">

Because it is of type ‘text’ it shows up in the contact form, but isn’t it supposed to be invisible and therefor should be of type ‘hidden’?

Thanks for helping me out.

Interesting! I was going to ask which theme, but I looked at my form with a honeypot and see that the CSS to hide it (visibility:hidden etc) is inline in style attribute, so it’s probably theme-independent. Have you customised any of the form plugin’s templates?