-
-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ITP-JAN-2025 | NW | Jovy So | Form controls | WEEK 2 #207
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for cyf-onboarding-module ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@@ -4,24 +4,56 @@ | |||
<meta charset="utf-8" /> | |||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | |||
<title>My form exercise</title> | |||
<meta name="description" content="" /> | |||
<meta name="description" content="My form exercise" /> | |||
<meta name="viewport" content="width=device-width, initial-scale=1" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You need to get 100 accessibility score. Please fix.
Touch targets do not have sufficient size or spacing.
<h2>Please enter following information</h2> | ||
|
||
<form> | ||
<label for="fname">First name:</label><br> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All the fields need to be required. The name needs to be at least 2 char long and the email needs to be validated.
Learners, PR Template
Self checklist
Changelist
Briefly explain your PR.
Questions
Ask any questions you have for your reviewer.