Hello coders I did my survey form project on github
https://kalutu.github.io/surveyForm/
Above is the link to the project
Any comments and suggestions are welcomed
1 Like
Hey there, I think your survey form looks incredible! My only comment is that the form looks really thin on mobile devices. Try using a media query to make the form wider on small screens
Keep up the great work!
1 Like
Thank you @TheLazyCoder12 for your suggestion
Your form looks good @flamey. Some things to revisit;
- Keep the test script when forking the pen (
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>
)- The test script, with all tests passing, should be included when you submit your projects.
- Your page passes 5/17 user stories. 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.
- Run your HTML code through the W3C validator.
- There are HTML coding errors you should be aware of and address.
- Run your CSS code through the W3C validator.
- There are coding errors you should be aware of and address.
- User’s should be able to click on the label to toggle a selection, not just the radio button / checkbox
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.