Error number "10" in Survey Form

Good afternoon, how are you? I have a question about the survey form. It shows me that I have the error “10” and I don’t know how I can solve it. Please appreciate your support. https://codepen.io/emmanuel1510019/pen/jObmzgd

Make sure to change your ID’s in your input labels to be equal to what they’ve asked. For the name input label, it ask your ID to be “name-label” which you do not have.

Hello, thank you very much for the reply. I already changed the IDs to: “name-label” “email-label” “number-label” and it shows me that now I only meet 11/17 criteria. When I check for errors one of them is this: “Inside the form element, I am required to enter my name in a field with id =” name “. If I do not enter a name I will see an HTML5 validation error.” As they mention Id = “name” that was what I had originally done. But now I don’t know how to change it so that it meets all the criteria. Thank you https://codepen.io/emmanuel1510019/pen/jObmzgd

It looks as thought you’ve resolved it @15-10019. I see all tests passing.

One thing I will say about your code though is do not use <br> to force line breaks. Group things together and use CSS for styling.