@ApplePieGiraffe
Posted
Hello there, Calvin.A.S! 👋
Good effort on this challenge! 👍 The form validations seems to be working well! 😀
One more thing I'd like to suggest is taking a look at your solution report and trying to clear up some of the errors that are there in order to improve the accessibility of your solution. Looks like you need to label a few of the elements in the form (which you can do with the <label>
element of an attribute such as aria-label
) to identify them. 😉
Keep coding (and happy coding, too)! 😁
Marked as helpful