Hi there! Can anyone give me feedback to my survey form?

Hi,

What do you guys think of my survey form page?

Thanks in advance!

Looks nice.

  1. I would make all text associated with an input into a label and use the for attribute (like you have done with name, email, and age).

  2. Giving a fixed width to inputs causes some overflow issues on smaller screens. If you give the textarea width: 100%; (or some width in percentage) your content won’t overflow quite as much/as soon on smaller screens.

Good job.

Hi @lasjorg,

Thank your for valuable response :slight_smile:
Really helpful.

I have fixed my code with your suggestions and indeed, for responsiveness and causing less overflow issues it is much better now.