Review my Survey Form - Code Check

Survey Form

It would be smart to run your html through a validator

One big issue I see immediately is you are using multiple ids with the same name. This is not allowed in html. Ids need to be unique meaning you can never have more than one id with the same name

2 Likes

Very neat!
In addition to what @Cody_Biggs advised (He usually knows what he’s talking about) You should make sure that your form is easy to read.
I like the size of your text but the:

color: #f3f3f3;

Is much to light against the white input field in my opinion.
But well done on making it so neat and clean!
Gooood luck!

1 Like

Thanks, I’ve now corrected it

Thanks, the html formatter really helped

2 Likes

Well done! Clean and simple form that looks and works fine for me on a mobile device :clap:
The only suggestion I have is to add hover styling to the button so you can see when its been “clicked”.
Happy coding :slightly_smiling_face:

2 Likes

Thanks, I’ve now added a hover styling

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.