Appreciate your Feedback on Survey Page!

Survey

Appreciate your advise on my simple page. Thank you!

Hello,

I have a few suggestions to improve the survey page:

  • Include a translucent background for the div surrounding the actual form. It will help draw the users attention toward the form instead of the background image.
  • For mobile devices, the form fields should take up most of the screen width. Currently the fields are taking up about half of the total width.

Good job on finishing the survey :ok_hand:

-Christopher

Your form looks good @cow240. There are some things you should revisit;

  • revisit the lessons on adding radio buttons and checkboxes.
    • you are using the for attribute incorrectly
    • users should be able to click on the label to select or the associated radio button or checkbox
  • change the cursor to a pointer when hovering over the submit button

Thank you @Roma and @emicion.
Will revisit the for attribute, from my understanding it should match the ID. Will read up on it again.