I just build survey form your Feedback is needed on this HTML and CSS form>>https://codepen.io/AminuSaleh/full/vYEoyJB
Hi,
A few things I noticed:
-
In your input fields, the text is oddly positionned (to low and to close to the left side). You can adjust it by applying some padding.
-
Your radio buttons and checkboxes react to the clicks on the whole form area; it can be disturbing for the user. Also, their layout is not so beautiful: it would be better if the radio/checkboxes were in front of the text. This can be fixed with a
display
attribute in CSS.
Appart from that, I have nothing to complain about.
Keep up the good work !
Hi,
Thank you for the feedback.