A backpacker's Survey Form Project

Hello! First time posting for feedback. Just completed my Survey form… Is there a way to submit the survey answers on codepen to see it in action? Either way, any feedback on design or code is much appreciated. Thank you!

Hi, Taramichelle

Nice design Again :slight_smile:
I would have preferred to see the all form elements
have the same size (input, select ) Except “textarea” of course.

good luck,

Your form looks good @taramichelle. Some things to revisit;

  • Run your HTML code through the W3C validator.
    • There are coding errors you should address.
  • You’re forcing users to select the first checkbox whether they want to or not.

Thanks for the feedback! I kept the “other” input box smaller than the rest because I don’t want that to be as important. Ideally, I would hide it until a person clicks the “other” check box, but I think that requires more than html and css, so saving that for later. Thanks again.

1 Like

Thanks again for the feedback. I deleted the “required” I had in that checkbox. I was trying to make just one answer required before submitting, but after some searching online, I think that is more advanced than html and css, so I’ll come back to it later.