Hey, guys,
May I have some feedback on my Survey Form project, please?
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.
Welcome back to the forum @wpdevstudent
Great looking form.
I noticed a few things with the code:
id
attribute values need to be unique - you have two select
elements with the same id
valuesfor
attribute need to reference an input
element with a matching id
valueI liked the way you indented the attributes and selectors. Makes them much easier to read.
Happy coding
Thank you, Teller. Much appreciated.