Please check out my realistic-looking survey form!

Hi everyone, I just completed my second project, the survey form. this time around, I tried to make the form as realistic as possible. Your feedbacks would be appreciated, thanks.
https://codepen.io/tonymandated/full/jOMVevq

2 Likes

Hi @tonymandated.

Good job on completing your second project. I like the design though I feel you need to increase spacing between label-input pairs. They appear cramped up. Secondly the font size is a little small. I had to look closer to read some text.

1 Like

thanks very much for your feedback, I have effected your recommendations and I must confess, the form looks far better than before. I appreciate. Kindly check it out again to see the new look. Please more reviews are welcome

1 Like

Hi tonymandated,
Nice design I am Nigerian so it was quite interesting and realistic.

1 Like

Wow! welcome, nice having you here, dear sister.

1 Like

Sure. It looks much better now. Happy coding.

1 Like

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

  • Run your HTML code through the W3C validator.
    • There are HTML coding errors you should be aware of and address.
    • Since copy/paste from codepen you can ignore the first warning and first two errors.
  • 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 either of the buttons
1 Like

Thanks very much for your feedback, I have effected them. thank you.