Help with FCC Survey

I have completed each User Story but there still seems to be one test that is failing. I would really appreciate if someone could help me resolve this. Also, I’m open to any feedback with respect to site design. Here is the link to my codepen: https://codepen.io/abavish/full/gKwPVG/

I have noticed lately, many campers are getting stuck on this one. So, below is your number input:

<input id="number" type="number" max="80" placeholder="Enter your age">

You have a max attribute, but not a min attribute. A range needs both.

1 Like

Thanks, @camperextraordinaire! I missed that minute detail. I’ll keep an eye from now on. Thanks for your help :slight_smile:

Great Design :+1:

Just make name and email input text little bit wider to cover placeholder text.

image

or else make you placeholder smaller to fit into it.

Thank you, @MonikaPatelIT! I’ll fix that right away. I appreciate your feedback.