Add an Accessible Date Picker-CoderDojer04

Tell us what’s happening:

Your code so far


<body>
  <header>
    <h1>Tournaments</h1>
  </header>
  <main>
    <section>
      <h2>Mortal Kombat Tournament Survey</h2>
      <form>
        <p>Tell us the best date for the competition</p>
        <label for="pickdate">Preferred Date:</label>
        
        <!-- Add your code below this line -->
        <input type="date" id="pickdate" name="date"><input>
        
        
        <!-- Add your code above this line -->
        
        <input type="submit" name="submit" value="Submit">
      </form>
    </section>
  </main>
  <footer>&copy; 2018 Camper Cat</footer>
</body>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36.

Link to the challenge:
https://learn.freecodecamp.org/responsive-web-design/applied-accessibility/add-an-accessible-date-picker/

I correctly added the id, name, and the pick date but for some reason, it isn’t working, any help can be given?

Thanks,
CoderDojer

Right!! Gosh, I completely forgot @camperextraordinaire, thank you so much! Dang! Silly mistakes all the way.

Have a Nice Day,

Thanks,
CoderDojer04