Accessible Date Picker

I keep getting this message “Your code should add one input tag for the date selector field” Tell me what’s happening. Why is there no video available on this module?

If all other tasks are checked on the left except the first one, you may have put more than one input in. You should only be adding one where it asks you to. That being said, it would help if you post your code so we can see the issues.

Enter a date:

This is the code I put in.

Try putting in the following:
<input type="date" id="pickdate" name="date">
Its asking for you to create an input tag so that the form asks the user to enter a date and then the tag creates a “date selector” tool that is a built-in html tag that you can use for input.