Label coupled with appropriate id, but get wrong - what happen?

hi all campers,
ive just finished my survey-form project here, when i got one wrong - the labels, but i bet the ids is right - just as in the guidance. please provide feedback and help me solve this bug. thanks…

regards,

salehb

Hey @salehbageer,

Look at what the Error is saying:
#name-label should contain some text. In your code, your <label> with the id of #name-label does not contain any text that describes the input.

1 Like

sure thanks you… i must overlooked that message… ill fix that :nerd_face: