Survey Form - Second Project at FCC

Dear Programmer,

This is my second project at FCC. Though I have passed the test I still want you guys to write me some feedback. It will encourage me to do more.

I really appreciate your time and efforts.

Thank you very much.

you did not add any link

Sorry for the inconvenience. I realized later. I have edited the post and included the link. You may please check.

Thank you,
Eklavya

Hi @eklavyasharma, your form looks good. Some things to revisit;

  • On using codepen. codepen only expects the code you’d put within the <body> </body> tags 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.
    • The link to your font would go in the box labeled ‘Stuff for <head>’
  • Make it so users can click on the labels to select, not just the radio buttons and checkboxes
  • Don’t use the <br> element to force spacing. Use margin and/or padding in CSS
    • There are ways to group radio buttons and checkboxes so they’ll align nicely
  • Change the cursor to a pointer when hovering over the Submit button
  • Make your form responsive. It doesn’t size correctly on smaller screens
  • Not necessary but maybe try and make the submit button look like a button

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