Survey Form Project - Help please me :)

Tell us what’s happening:
Hi guys, I’m having trouble completing this project. Could somebody please take a look at my codepen and let me know where I’m going wrong exactly?

Thanks in advance, I really appreciate you guys!
Ale8k.

Edit: I’ve just noticed the required fields, I feel silly!
Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36.

Link to the challenge:

  1. missing required=“required”

  2. labels have id d=“name-label”, id=“email-label”, and id=“number-label”.

  3. in others you missing input value"

We are here to help you
But specify what type of help you want

  1. For the name, email, and number input fields inside the form I can see corresponding labels that describe the purpose of each field with the following ids: id=“name-label”, id=“email-label”, and id=“number-label”.

I still don’t understand this? More so the wording.

@lubodrinka
Thanks for answering @ale8k’s question
But pls don’t provide answers directly
Let him learn to solve such minor problem
After all that is the main objective of FCC

Once again thanks for answering

That means your Name , Email , Number text-filed should have the specified ids

<input id="name"placeholder="Please enter your name" required type="text">   

Like so? If this is correct then they already do :s I can’t see it lol

Oh… Give the labels themselves IDs lol.

I just copy bundle from tester

id is identification. that allows you call them individually, so they must have different id

I’ve completed the project now, thanks guys. Such simple issues but it’s hard to see when you’re not used to this! Haha thanks again!

Centering of this project taked me three times more , so take a rest and look back of your work. Good practice of css tricks. if use flexbox, or grid or just percent or vw
and close this thread

I’m not sure how to close it lol.

You will be facing many such simple bugs hard to spot while working on projects
So I generally advise asking for help as the last option
It will really improve your understanding how things should work

the small checkbox with close tooltip on one of answers.

I agree, I’ll try abstain and have more patience on the upcoming projects. Thank you.