Feedback for the My Survey Form

I made a feedback form, please rate :blush:

A few form inputs are missing the value attribute. I saw that you did add the value attribute to most of them but not all.

At a quick glance, I noticed that your age input area.

Also, I would suggest rewriting your submit button to be more inline with the rest of your form. There’s a dedicated input type that will create a submit button. You can learn more about the different types of inputs on w3schools.com.

1 Like

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

  • Run your HTML code through the W3C validator.
    There are HTML syntax/coding errors you should be aware of and address.
    Since copy/paste from codepen you can ignore the first warning and first two errors.
  • Make your page responsive. Remember, the R in RWD stands for Responsive
    There’s a horizontal scrollbar on smaller screens
1 Like

It looks clean to me at first glance. I would definitely try to get the radio buttons for your star ratings to get in line with their labels. This would add to its cleanness.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.