Can I Share My Final Survey Form Code for Feedback?

Hey, guys,

May I have some feedback on my Survey Form project, please?

Hi there! Your survey form looks great, I have one suggestion for you, that the form will looks more better if it’s width would increased and padding would decreased.

1 Like

Welcome back to the forum @wpdevstudent

Great looking form.

I noticed a few things with the code:

  1. id attribute values need to be unique - you have two select elements with the same id values
  2. Line 96 - label elements with a for attribute need to reference an input element with a matching id value

I liked the way you indented the attributes and selectors. Makes them much easier to read.

Happy coding

1 Like

Thank you, Teller. Much appreciated. :wave:

1 Like