FCC project 2: Build a Survey Form

Back with the second test, thanks to Roma who gave the feedbacks necessary to run the code better, running the code through the W3C validator really helped.
Here’s the final version (for now). :japanese_goblin:

Github:
https://katroya.github.io/anintrusivesurvey.github.io/

Codepen:
https://codepen.io/Katroya/pen/qBOywVR

1 Like

Some things to revisit @Katroya;

  • 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.
  • Don’t use <br> to force line breaks or spacing. Use CSS