Survey Form : Please send your feedback

Hi, I finished Survey Form project.
I would be happy to have your feedback for improvement! :slight_smile:

Welcome to the forums @etsuko. Your form looks good. Some things to revisit;

  • Keep the test script when forking the pen (<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>)
    • The test script, with all tests passing, should be included when you submit your projects.
    • Your page passes xx/xx user stories. Click the red button to see which test(s) are failing and text to help you correct the issue.
      Be sure and read more than just the first line of the failing message. The ability to read and comprehend error messages is a skill you’ll need to acquire as a developer. Ask questions on what you don’t understand.
  • Do not use the <br> element to force line breaks or spacing. That’s what CSS is for.
  • Change the cursor to a pointer when hovering over the submit button
1 Like

Thank you for you feedback, @Roma ! I fixed some issues and now it’s better.

1 Like

It looks good @etsuko. Good job cleaning everything up.

1 Like

Hi,
Nice work. I suggest you correct alligment of text and number input areas.
It would be better in my opinion if they had same width as dropdown lists.
Best wishes.

1 Like

Hi @klyred, Thank you for your feedback!
I adjust width and also height with ‘box-sizing: border-box’.

1 Like

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