Can you give me some feedback on my Survey Form?

Hi all, I have finished my Survey form. I would appreciate any feedback.
Thank you very much.

https://codepen.io/sausagefist/pen/bGEpbbE

2 Likes

Looks neat!
I’d remove the “enter your suggestions here…” part from the text-area tho as someone who’s actually filling the form would need to delete that manually

1 Like

Cool I love the gradient background and the color scheme in general.
Maybe as Questionreality said you can add the sentence in the text are as a placeholder instead of value, I like the inputs too.

1 Like

layout is really good.
Sharing my project link too https://codepen.io/Pooja_V_Nair/full/OJMNbGW

1 Like

Thank you all for your very useful feedback. I have updated my page since!

Your page looks really good! I love how you change the checkbox and radio box after user’s input. Depends on how you want to design your questionnaire, perhaps you can make your gender, dropdown and checkbox a required field?

1 Like

Thank you for the feedback

1 Like

Your form looks good @sausagefist. Some things to revisit;
ep the test script when forking the pen (<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>).

  • The test script should be included, with all tests passing, when you submit your projects.
  • Don’t use <br> to force line breaks or spacing. That’s that CSS is for.
  • You’re forcing users to click “painting” whether they want to or not.
  • Change the cursor to a pointer when hovering over the submit button.
1 Like