Survey Form Review

Would anyone mind looking at my survey form and providing some feedback?

https://s.codepen.io/doma1991/debug/mjNKKR/vPAKKzaJwwyA

Looks pretty good to me. Some tips I would offer are:

  • The margin on the main form is nice on when viewing on a desktop but might be a little much for smaller screens like phones.
  • If you click the arrow button on the panels in codepen for HTML and CSS, you will see an option for “Analyze HTML” or “Analyze CSS”. This will help detect a few minor issues.
  • In forms like this, try to make sure every case is covered, for example a for number of cats you could have 0 and change 3 to 3+ for people that may have 4 or 5 cats :cat:

Hope this helps; keep up the good work!

That is so helpful, thank you so much!