Paul
November 15, 2016, 4:15pm
1
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
Thomas
November 16, 2016, 8:03am
2
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
Paul
November 16, 2016, 9:36am
3
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…