Survey form feedback needed 2020

I just completed the survey form project. Feedback will be highly appreciated.

2 Likes

Well done. It’s amazing.

Also, there is a typo in “Would you recommend phoeniX to a friend?” section option.

Furthermore, I personally think that the “What would you like to see improved? (check all that apply)” section options text should have at least one space in between next to the box. something instead of something.

Thank you for the feedback. I’ll make those changes now.

Form looks good @TildaDares. Some things to revisit;

  • Your page passes 14/17 user stories.
    • The test script should be included, with all tests passing, when you submit your projects.
  • Run your HTML code through the W3C validator.
    • There are coding errors you need to address.
  • Users should be able to click on the label to make a selection, not just the radio button/checkbox.
    • Review the lessons on nesting
  • Don’t use <br> to force spacing or line breaks. Use CSS
  • Change the cursor to a pointer when hovering over the submit button
  • When using codepen it only expects the code you’d put within the <body> </body> element in HTML. (No need to include the body tags). For anything you want to add to <head> click on the ‘Settings’ button, then HTML and add it into the ‘Stuff for <head>’ box.

Thank you Roma. I’ll work on everything you mentioned.