Survey Form Project - looking for feedback

I’ve finally finished my second project, Survey Form, so now I looking for feedback. I’ll be grateful if you point out my mistakes or tell me how can I improve the code. Thanks :slight_smile:

https://codepen.io/alieninochi/full/MWarLXM

2 Likes

Looks good! Good job error checking and testing.

1 Like

Your form looks good @alieninochi. Something to revisit;

  • Run your HTML code through the W3C validator.
    • Since copy/paste from codepen you can ignore the first warning and first two errors.
    • There’s an error with your dropdown you should be aware of. It’s an easy enough fix.