Survey Form Project: Please Review

Hello there! I completed my Survey Form" project and am looking for your feedbacks and suggestions. I created a YouTube survey form. Please view it and comment on how it is.
Thanks!

Link to my Project:

2 Likes

Your form looks good @paulsonstech. One thing to revisit;

  • Codepen provides validators for HTML, CSS and JS. Click on the down arrow in the upper right of each section and then click on the respective ‘Analyze’ link.
    • The one for CSS is good. Use it, there’s a typo to clean up.
    • (The one for HTML misses things which is why I recommend W3C)
1 Like

Thanks, @Roma. I will use the validator you mentioned.

@paulsonstech This looks neat and minimal keep it up!

1 Like

Thank you so much @mdshariq! :grinning: :blush:

There is a little thing if you want to change and it is the textarea resize property.
Textarea is resizable in width and height and this kinda ruin the design, you can make it resizable only vertically by setting resize: vertical; , or resize: none; to not allow resizing.

And about the label of the radio and checkbox , you can change the cursor to pointer by cursor: pointer; .

After all, pretty good looking and neat work and design, keep up the good work!

Hey @bedward. Thanks for your suggestion. I had planned to do that when I coded the project but forgot when I finished it. Thanks for your reminder!

Happy Coding!