Finally edited and completed my survey form

Please feel free to take a look and comment.
https://codepen.io/Cynthia7/pen/PoPVjBL

Looks well thought out, it could do with a bit of work on the color scheme and quality of the background image.

Hello!
Looks good, well done.

Thank you but the color is really hard to figure out.
that is the best i could :sweat_smile: :sweat_smile:

thank you :+1: :+1: :+1:

Some things to revisit @cynthia7;

  • Run your HTML code through the W3C validator.
    • Since copy/paste from codepen you can ignore the first warning and first two errors.
    • There are HTML coding errors you should address.
  • Don’t use <br> to force line breaks or spacing. That’s what CSS is for.
    • and along with not using <br> the tag </br> is not a valid tag so don’t use it either
  • User’s should be able to click on the label to select, not just the radio button / checkbox.
    • Review the lessons on adding radio buttons and checkboxes
  • Remember, an id must be unique within the document.
  • Remember the R in RWD. You need to make your page responsive.

made a changes as regards to your replies.
Thank you all