Survey form for UFO encounter

Kindly review my second project on survey-form. https://codepen.io/zenoalive/pen/zYYVEpd . Any help is appreciated

1 Like

Well done! =) White text is a bit difficult to read at times

ps The truth is out there :alien:

Thanks a lot… will do the appropriate change for the proper color coordination.

Welcome back @zenoalive. Your form looks good. Some things to revisit;

  • User’s should be able to click on the label to toggle a selection, not just the radio button / checkbox
  • Do not use the <br> element to force line breaks or spacing. That’s what CSS is for.
  • User’s should not have to delete text from the comment area in order to enter their comments.
  • The white lettering blends in with the white in the background making it hard to read parts of the form. This is a bad UX.

On a side note, placeholder text should show the user the format that is expected. It should not mirror the label.

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