Welcome @ericus!
<div id="name">
<label id="name-label" for="name">Name:
</label>
<input type="text" name="NAME" id="name" placeholder="Enter your name "required/>
</div>
When you give an element an ID it needs to be unique. There can only be 1 id='name'
!
1 Like