ID struggles on a Challenge

Hey Guys. For some reason I am unable to pass test 11 on the Product Landing page which is,’ 11. Within the form, there is a submit with corresponding id=“submit”.’
I thought it was in the correct place but obviously not .

<center>      
  <form id="form">
    <label for="email">Enter Email for Blog Updates!</label>
     <input id="email" placeholder="Enter Email" size="25" type="email"> 
    <input type="button" id="submit" value="Submit">
        </form>
            </center>

why don’t you give your project link? much easier to debug

Linked. Completely forgot :sweat_smile:

the code you have posted doesn’y match the one in codepen

look at the error below the failed test:

#submit should be a child of the #form element