Survey form project_point 4

Hey!

Trying to finish the “Survey form” project, but not passing the test within the point 4:

  1. 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

Hi @isabeladowsley :wink:

You just have to put “required” attribute to the name input :wink:

Thanks @anon64503734!!