Please, here is the link. I have done all but it is given me 2 out of 10.
here is the solution link:
@erdldncr, first and foremost, select the correct test suite. You’re running the tribute page test suite against the survey form.
If you run the survey form test suite you’ll see you’re passing 13/17
That said, when tests fail 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.)
On a side note, keep the test script when forking the pen (<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>
)
- The test script should be included, with all tests passing, when you submit your projects.
Also, do not use the <br>
element to force line breaks or spacing. That’s what CSS is for.
And don’t try and replicate the sample project. As the instructions say, your project should be functionally similar to the sample and you should give it your own personal style.
Hey,
I’ve analyzed some problems with your code,
you forgot to pass type = “email” to the email field (so you don’t even need a pattern),
forgot to pass all values to the radios and checkboxes …
There would be more trouble for you to find out. \o/
well, in all its form was good more as they said above it could have managed in
and explored more the CSS.
It was more lack of attention you can refine this form over time.
Thank you very much
. I will read carefully and try again
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.