Hey!
Trying to finish the “Survey form” project, but not passing the test within the point 4:
- Inside the form element, I am required to enter my name in a field with id=“name”.
mycodepen: https://codepen.io/isabeladowsley/pen/YjZbyN
Thanks
Hey!
Trying to finish the “Survey form” project, but not passing the test within the point 4:
mycodepen: https://codepen.io/isabeladowsley/pen/YjZbyN
Thanks
You just have to put “required” attribute to the name input
Thanks @anon64503734!!