Solution won't submit

Hi all,

I am entering in the solution from the help and it won’t submit.

It says

" Your code should add one input tag for the date selector field.

Your input tag should have a type attribute with a value of date .

Your input tag should have an id attribute with a value of pickdate .

Your input tag should have a name attribute with a value of date .

  **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>
      <input type="date" id="pickdate" name="date">
      <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; rv:99.0) Gecko/20100101 Firefox/99.0

Challenge: Add an Accessible Date Picker

Link to the challenge:

The answers are Correct. The test passes on my browser.

If you are using DARK MODE or NIGHT MODE extension , it might need to be disabled for the curriculum.

If it isn’t dark mode causing the issues, try deactivating any browser extension that has access to freecodecamp, add blockers etc, And try updating your browser to latest version or use a different, fully updated browser…

If none of these things work, try using a different Device to complete the lesson.

If none of that works, try rebooting, or / and resetting the browser cache…

Thank you Alless, changing browsers fixed the issue.

I’m glad it worked. Occasionally, it doesn’t.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.