First Survey form :)

Hi there, here is my first iteration of survey form.
https://codepen.io/joaquiera/pen/PobzOBv?editors=1000.
And again, Feedback will be so much appreciated. :smiley:

PS.
The first feedback from mr.KevinSmith (thankyou good sir) about using HTML validator helped a lot. Saw some tiny errors because of it.

Hi @jongieoaquiera !

I think your form looks good.

I would add the cursor pointer to the submit button
{cursor: pointer;}

Instead of using br tags use css to create space between elements.
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/br

Hope that helps!

1 Like

i didn’t thought about that, Will do this thanks!! :smile:

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