i’m struck with this error n not getting how to fix it…further i want my name,email and age field to be in vertical order in proper alignment with each other.Also i want all my form elements to be on the right side and in my left the textual part should be there. Any help is appreciated.
You’re missing the value attribute. This will now pass your tests. I don’t have the time currently to look at your other issues but if no-one else has replied later then I will look into it.
<label id="rd">
<input type="radio" name="rd" value="Definitely">Definitely<br>
<input type="radio" name="rd" value="Not sure">Not sure<br>
<input type="radio" name="rd" value="Maybe">Maybe<br>
</label>
3 Likes
thanks a lot.Sure if have time then kindly correct me what else should i do to make my form to look exactly like this. https://codepen.io/freeCodeCamp/full/VPaoNP.
here is my code link: https://codepen.io/pragyapriya/pen/BvXpJL?editors=1100
very helpful. thanks for this man.