Survey form project feedback

I have finally finished the survey project. Please give me suggestions for improving my coding style and any feedback on the overall design of the form.

Here is my code pen for survey form project.

Hi @fanik05,
nicely done. Clean design and it is responsive. I like it.
Keep it going! :slight_smile:

1 Like

Thanks a lot @karlji. :smiley:

Great job :+1:

Looks good on monitor and smaller screen sizes, well done :clap:

1 Like

Lovely design, great job.
You can add background-attachment: fixed; to the body, it looks nicer.

1 Like

@mayankverma, I changed the code to make the background fixed. It really looks nicer than before :grin::grin:. Thanks a lot for your input :smile::smile:.

1 Like

@MazontheMoon, Thanks a lot :grin::grin:.

Amazing bud like the responsiveness of the site.

1 Like

Hi @fanik05, your form looks good. Just something you may want to revisit;

  • codepen provides validators for HTML, CSS and JS. Click on the down arrow in the upper right of each section and then click on the respective ‘Analyze’ link.
    • while the cols and rows attributes are no longer required they are the proper elements. Not the two you used.
    • also, you can only use an id once
1 Like

@zippytyro, really appreciate your compliment. :smiley:

@Roma, I saw the analyze option before. But never used and realized it’s importance. I changed the attributes of text area and changed the duplicate id. Thank you for all the help. :smile:

1 Like