Im stuck on forming the survey part of the form…
after i input form id=“survey-form”
how do i begin to form my survey? idk if that makes any sense?
Is this for a project, or for one of the lessons?
Its the freecodecamp codepen build a survey form
You can start this very similarly to how you built the tribute page project.
First, plan your project. Decide what you want it to be about, what questions you want to ask, and how you want it to look. Then start adding one piece at a time. You can re-run the tests as many times as you want to see if you’re on the right track.
its what Im doing now. One by one. Figuring it out. Im new to coding. Very new so wish me luck!
You’ve got this! Happy coding.
Stuck on drop down. Cant clear this part. Heres my code so far.
@bronson454, 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.
That being said there here are some things you can do right now to help you;
- do a search for something like html elements in a form
It will help you to see what valid elements are and how many you can have. - run your HTML code through the W3C validator.
There are HTML syntax/coding errors you should be aware of and address.
Hope that helps
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.