Duplicate ID on contact form

Everytime I use the contact form, W3C suggestions duplicate ID’s for the message area ‘TextArea’ even if I rename it some something random it still says duplicate ID. Any ideas what I am doing wrong?

The dummy site I am working on is henleyjoinery.peppardcreative.co.uk

Hi Paul,

it might appear, that I’m entirely wrong, but you applied two IDs to one element.

<textarea name=“comments” id=“comments” class=“form-control” rows=“3” placeholder=“Message” id="messagetextArea2">

Interestingly enough, you can only see it in the source-code, not in the DOM view?

Am I wrong?

Cheers

Thomas

2 Likes

Thank you Thomas, yes you are correct doesn’t appear in the DOM view. I’ll amend the form code and see how it goes…