When a contact form has a honeypot input
element, the input
element is replaced with:
<input type='hidden' name='form-name' value='contact' />
Although the closing slash is optional in HTML5, its presence causes an INFO message during validation of the HTML markup.
I suggest replacing that with:
<input type='hidden' name='form-name' value='contact'>