Add an Accessible Date Picker - struggling with my code

Hi guys,

someting goes wrong with my code. I can´t find the error by myself. Can someone help me, please?

My 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=“2” id=“pickdate” name=“pickdate”>

<label for=“date”> Pickdate:</label>

<input type=“date” id"date" name=“date”><!-- Add your code above this line -->

<input type=“submit” name=“submit” value=“Submit”>

</form>

</section>

</main>

<footer>&copy; 2018 Camper Cat</footer>

</body>

Hi @camperextraordinaire:

I didn´t get it. Can you write down the code, please?

I read you answer carefully and tried to solve the challenge.

I was building a new tag, exactly how you described it. But something went wrong. I wasn´t able to solve the challenge.

I solved the challenge on my own. :slight_smile: