Feedback on Survey-Form

Hi there,

I have completed my 2nd project “Survey form”. Your suggestion and feedback are highly appreciable.
Project link: https://codepen.io/ajeetg/full/PoGrqbJ

Thank you

Your form looks good @ajeet-dev. Some things to revsit;

  • 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.
  • Change the cursor to a pointer when hovering over the submit button
  • Do not use the <br> element to force line breaks or spacing. That’s what CSS is for.
1 Like

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