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.