Need help with survey form. Thanks!

https://codepen.io/TJTALKS/pen/BaWQWge

mam here is the other problem.plss help me to sort out it.
User Story #4: Inside the form element, I am required to enter my name in a field with id="name" .

User Story #5: Inside the form element, I am required to enter an email in a field with id="email" .

User Story #6: If I enter an email that is not formatted correctly, I will see an HTML5 validation error.

I moved your post to a new topic since it wasn’t related to the tribute page topic.

It looks like you passed the tests you were asking about.

However, you still have some syntax errors that need addressing.

You keep misspelling label.
You wrote lable.

You shouldn’t use br tags like this.

<br><br>

Use css instead to create space between elements.

There are a couple of other errors.
While you are building out your project periodically run your code through the html validator so errors don’t pile up on you.

Hope that helps!

1 Like

kkk mam
i will surely go through it

https://codepen.io/TJTALKS/pen/BaWQWge
Mam is there any mistake in #name-lable element, bcz its saying name-lable not defined

srry mam my mistake
i was using lable instead of label
now i got it
once again thnk u

When I click a .nav-link button in the nav element, I am taken to the corresponding section of the landing page.
https://codepen.io/TJTALKS/pen/BaWQWge

Mam please heelp

@TJTALKS, the message you are seeing is from the ‘Product Landing Page’ test but you’re working on the ‘Survey Form’.

Be sure you’re running the correct test for the project you’re working on.
Also when a test fails click the red button to see which test(s) are failing and text to help you correct the issue.

  • Be sure and read more than just the first line of the failing message. The ability to read and comprehend error messages is a skill you’ll need to acquire as a developer. Ask questions on what you don’t understand.

In addition, Codepen provides the boilerplate for you. It only expects the code you’d put within the body element in the HTML editor. (No need to include the body tags). For anything you want to add to the <head> element click on the ‘Settings’ button, then HTML and add it into the ‘Stuff for <head>’ box.

1 Like

navbar should at be the top of the viewport, plss help
https://codepen.io/TJTALKS/pen/oNZZvra

https://codepen.io/TJTALKS/pen/oNZZvra
Mam plss help.
navbar should always be at the top of the view port

I’m not a “mam”

This title of this topic is “Need help with survey form”. There is no navbar requirement for the survey form.
Are you running the proper test?

If you are now working on another project please open a new topic.

1 Like

If you are working on the product landing page, then you should create a new topic and people can assist you there.

However, I strongly urge you to make two posts in the #project-feedback .
One post for the tribute page and one post for the survey form.
There are quite a few errors in your projects that need addressing and the forum can help you.

If you keep working through the projects without asking for feedback then these errors will continue to persist and you will build up bad habits in your code.

The forum can help you clean up your code and make you a stronger developer. :grinning:

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.