for my survey project, i am required to have name, number, email and age inputs. all are working fine with the exception of Name input. i have created the corresponding #name tag but still not going through.
you do not have the id name-label used nor your labels have id attributes
add id="name-label" to the label element, and you will see a new error pop out saying the same for the other required label ids
can you please go through the survey form again [https://codepen.io/007sammieking/pen/ZEQmRja ] and tell me what you think?
i have included the [ id=“name-label” ] as well as [ id=“number-label” ] and [ id="email-label ] but its still not okay