Project Survey form, feedback appreciated

Finally finished my survey form. I think I’m spending way too much time on the projects.
I tried to do a border-less design with this one. And started with a small screen size and worked my way up.
Anyways, here it is. Would appreciate any constructive feedback. Thanks.

https://codepen.io/maltim/full/XWmqgdv

2 Likes

Good job. Bravo. Keep going with projects

1 Like

Thanks for the feedback @sobadrdb.
I see what you saying, and I do think the form could standout a bit more. I tried to challenge myself and design it off center and with no border. It looked different in my head when I was planning it. Need to keep practicing.

1 Like

Thanks for taking the time to look at my project @Galina.

1 Like

Your form looks good @maltim. Some things to revisit;

  • Not sure if you noticed but there’s no placeholder text in your textarea even though you intended to have some.
    • Take a look at your spelling of the placeholder attribute.
  • Change the cursor to a pointer when hovering over the submit button

Fixed up those issues. Thanks for the help.