Hi Guys.
Just finished my Survey Form site and would like some feedback and what I should possibly change.
Thank you.
https://codepen.io/willashc/pen/mYOyJW
Hi @willashc, it looks like it’s still a work in progress. Some things you may want to revisit;
- make your form responsive. On anything other than desktop your form is not easily read
- put labels and fields closer together
- allow users to click on the labels, not just the radio button/checkbox
- change the cursor to a pointer when hovering over the Submit button
- don’t use the
<br>
tag. Use margin and/or padding in CSS instead - you have id’s that you’re using more than once. Id’s can only be used once