Design comparison
SolutionDesign
Community feedback
- @ZainabeyyPosted 13 days ago
- Instead of using buttons for rating, consider using radio input fields. All input fields should be grouped within fieldset and legend tags.
- If a person does not select any option and then clicks submit, an error message should appear.
- The submit button and input fields should be enclosed within a form tag.
0@AdalbertPunguPosted 12 days ago@Zainabeyy Thank you for the feedback. As for submitting the evaluation, I managed it in JavaScript: as long as the user hasn’t selected an evaluation number, the submission won’t proceed. It’s just that there’s no error message that appears.
0@ZainabeyyPosted 11 days ago@AdalbertPungu Yeah, it's fine without that; I was just mentioning the accessibility issue.
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord