-
-
Notifications
You must be signed in to change notification settings - Fork 340
Manchester | 25-ITP-September | Fatimatou Bah | Sprint 2 | Form Controls #908
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
base: main
Are you sure you want to change the base?
Manchester | 25-ITP-September | Fatimatou Bah | Sprint 2 | Form Controls #908
Conversation
✅ Deploy Preview for cyf-onboarding-module ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Your PR description contained template fields which weren't filled in. Check you've ticked everything in the self checklist, and that any sections which prompt you to fill in an answer are either filled in or removed. If this PR is not coursework, please add the NotCoursework label (and message on Slack in #cyf-curriculum or it will probably not be noticed). |
|
Your PR description contained template fields which weren't filled in. Check you've ticked everything in the self checklist, and that any sections which prompt you to fill in an answer are either filled in or removed. If this PR is not coursework, please add the NotCoursework label (and message on Slack in #cyf-curriculum or it will probably not be noticed). |
cjyuan
left a comment
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.
Code looks good. Just some minor change needed.
Form-Controls/index.html
Outdated
| <footer> | ||
| <!-- change to your name--> | ||
| <h2>By HOMEWORK SOLUTION</h2> | ||
| </footer> | ||
| <footer>By Homework solution.</footer> |
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.
Not yet updated according to the instruction in the comment.
Form-Controls/index.html
Outdated
| <label for="name">Full name:</label> | ||
| <input id="name" name="name" type="text" minlength="2" required aria-describedby="name-help" /> | ||
| <small id="name-help">Name must be at least two characters.</small> | ||
|
|
||
| <label for="email">Email address:</label> | ||
| <input id="email" name="email" type="email" required aria-describedby="email-help" /> | ||
| <small id="email-help">Enter a valid email, e.g. [email protected].</small> |
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.
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.
Thank you, I have made some improvement, can you review it again. thank you
|
Changes look good. Well done. Remember to submit your Step 1 on the Course Platform. |

Learners, PR Template
Self checklist
Changelist
I have create a valid form using only html.
My form interpret requirements and check against a list of criteria.