-
-
Notifications
You must be signed in to change notification settings - Fork 35
Barcelona | Oct-2025-02| Joseph Ayitey | Sprint 2 | Form Controls #45
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?
Conversation
| </form> | ||
| <p>Please fill in the form below:</p> | ||
| <form action="#" method="post"> | ||
| <div> |
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.
For reading, it's better to align this properly, othere than this LGTM (look good to me)
| <p>Please fill in the form below:</p> | ||
| <form action="#" method="post"> | ||
| <div> | ||
| <label for="fullName">Full name</label> |
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.
Very minor User Experience tip: if the fields are required, consider adding a * in the label to communicate the user what you expect. Like <label for="email">Email*:</label>
For more info, have a look to Google accessibility tips here: "Labels inform a user about the purpose of a field, if the field is required […]".
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.
Thanks for your tips, its really helpful.. Thanks for reviewing my works and helping out. i do appreciate..
So its good when i introduce *. As you indicated, or only when the field is required?
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.
If the field requires it
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 @mvcds
Learners, PR Template
Self checklist
Changelist
Briefly explain your PR.
In this project, i was able to use the semantic elements, but further on with divs to put in a proper arrangement. Also, i modify the footer and header. The form was built without Css or javascripts, only the html element.
Questions
Ask any questions you have for your reviewer.
First of all, thanks for the time to review.. here are some few questions;