LeleSport Survey Form.... Any feedback or suggestion :)

Hello Everyone, I just conclude my Survey Form.

Any Suggestion or Feedback are appreciated. :slight_smile:

https://codepen.io/LeleGanza/full/GRqwYQY

Thanks to all.

1 Like

Hey @LeleGanza!
Your form looks simple and clean! There are some things to rebuild.

  • Please change the font and color of the text at footer.

That’s feedback!

Thanks and Happy Coding :grin:

1 Like

You are definitely right… I wasn`t sure about it as well. :grin:

1 Like

Hi @LeleGanza!

I think your form looks good.
The hover effect is cool for computers but remember that mobile users will not have that same experience. You might want to only have that option for larger devices.

Keep up the good work!

2 Likes

Hi @jwilkins.oboe!

I know it…the mobile users will not have that same experience.

What do you suggest me?
I thought about a “media query”. I can set it up without a hover effect.

Do you think it will be better?
Here is an example.
https://codepen.io/LeleGanza/full/GRqwYQY

Thank you.

1 Like

I am currently viewing your project on my phone and it looks nice. Thanks for making those changes :grinning:

1 Like

Very nice work, just fix the alignment of radio button and their labels and style the submit button better.

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

  • Change the cursor to a pointer when hovering over the submit button
  • Do not use the <br> element to force line breaks or spacing. That’s what CSS is for.
1 Like