Uh oh!
There was an error while loading. Please reload this page.
London | ITPMay2026 | Mahbubur Rahman | Sprint 1 | Form Controls - #1267
London | ITPMay2026 | Mahbubur Rahman | Sprint 1 | Form Controls#1267mahbubur13 wants to merge 6 commits into
Conversation
✅ Deploy Preview for cyf-onboarding-module ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Sambuxc
commented
May 20, 2026
You should also add 2 other labels to your PR. Please check which ones and please add them |
Sambuxc
commented
May 20, 2026
One thing to mention regarding your commit message "Created a folder" isn't really a relevant message. It's better to relate it to the code changes made, for example;
|
Uh oh!
There was an error while loading. Please reload this page.
| </div> | ||
| <div> | ||
| <lable type="text" for= "email">email</lable> | ||
| <input type="email" id="email" pattern=".&@yahoo.co.uk" size="30" required /> |
There was a problem hiding this comment.
I have corrected the email verification
Uh oh!
There was an error while loading. Please reload this page.
cjyuan
commented
May 31, 2026
@Sambuxc @mahbubur13 |
Uh oh!
There was an error while loading. Please reload this page.
| </div> | ||
| <div> | ||
| <lable type="text" for= "email">email</lable> | ||
| <input type="email" id="email" pattern=".&@yahoo.co.uk" size="30" required /> |
Uh oh!
There was an error while loading. Please reload this page.
Currently, it is not immediately clear if you have addressed the latest comments: https://github.com/CodeYourFuture/Module-Onboarding/pull/1267#pullrequestreview-4402379541 Note: Leaving a comment in the comment box at the bottom of the page can help preserve the conversation in a chronological timeline. |
mahbubur13
commented
Jun 9, 2026
I have checked all the comments and implemented all the changes required @Sambuxc |
@Sambuxc Because the deadline to complete all PRs in the Onboarding module is tomorrow, hope you don't mind I step in and continue giving review to this PR.
|
This comment has been minimized.
This comment has been minimized.
1 similar comment
This comment has been minimized.
This comment has been minimized.
mahbubur13
commented
Jun 10, 2026
@cjyuan can you please check for me |
cjyuan
commented
Jun 10, 2026
Changes looks good.
|
| <!-- change to your name--> | ||
| <p>By HOMEWORK SOLUTION</p> | ||
| <p>By HOMEWORK SOLUTION</p> |
There was a problem hiding this comment.
Note: Should have also updated this.
| </div> | ||
| <fieldset> | ||
| <legend>Please select favourite colour:</legend> | ||
| <input type="radio" class="colour" id="red" name="fav_color" value="red"> | ||
| <label for="red">Red</label><br> | ||
| <input type="radio" class="colour" id="blue" name="fav_color" value="blue"> | ||
| <label for="blue">Blue</label><br> | ||
| <input type="radio" class="colour" name="fav_color" id="green" value="green"> | ||
| <label for="green">Green</label><br> | ||
| </fieldset> | ||
| <div> |
There was a problem hiding this comment.
- Indentation is slightly off.
Note: Your formatting is already very good. Using a formatter with "Format on Save" would save you time, ensure 100% consistency, and automatically clean up things like trailing whitespace and unnecessary empty lines. This also helps keep Git diffs and pull requests cleaner by reducing formatting-only changes, making it easier to review the actual code changes.
For more info about enabling "Format on save" option on VS Code, please refer to this guide.
| </div> | ||
| <div> | ||
| <label for="email">Email</label> | ||
| <input type="email" name="email" id="email" size="30" required /> |
mahbubur13
commented
Jun 10, 2026
@cjyuan now that I have completed the form controls will my step be completed on the CYF portal |
illicitonion
commented
Aug 24, 2026
Closing PR because the May ITP run has finished. Feel free to re-open if you're still working on it. |


Learners, PR Template
Self checklist
Changelist
I have completed the form controls assignment and updated the html and css. I have also met all the necessary requirements.