Uh oh!
There was an error while loading. Please reload this page.
London | ITP-May-2026 | Carolina Villa | Sprint 1 | Form Task - #1295
London | ITP-May-2026 | Carolina Villa | Sprint 1 | Form Task#1295caro-vh wants to merge 16 commits into
Conversation
✅ Deploy Preview for cyf-onboarding-module ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
| name="full-name" | ||
| required | ||
| minlength="2" | ||
| pattern=".*\S,*\S.*" |
There was a problem hiding this comment.
Can you change this pattern so that it can also accept a name like "C J" (two characters separated by a space)?
There was a problem hiding this comment.
Thanks for the review, I'll have a look and fix it.
| <input type="radio" id="red" name="colour" value="red" required> | ||
| <label for="red">red</label> |
There was a problem hiding this comment.
Note: If you wrap the <input> element inside <label>, you would not need to introduce id.
There was a problem hiding this comment.
I see, I thought it was necessary for an easier manipulation in CSS, thank you for letting me know
cjyuan
commented
May 17, 2026
Can you edit the PR description so that the "Changelist" word is a level-2 header instead of a normal paragraph? Changelistinstead of Changelist |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
cjyuan
left a comment
There was a problem hiding this comment.
Changes look good, but it seems you have accidently included the "GitHomeworkFixErrors" folder in your "Module-Onboarding" folder (on this branch). You need to remove that folder or move that folder out of your "Module-Onboarding" folder to keep this branch clean. Otherwise the Validation bot will reject your PR.
caro-vh
commented
May 22, 2026
Thank you for letting me know, I'll fix it |
This comment has been minimized.
This comment has been minimized.
| </body> | ||
| </html> No newline at end of file |
There was a problem hiding this comment.
It seems the code is manually indented.
You may want to follow this guide and
enable "Format on Save" in VS Code or use VS Code's "Format Document" feature to keep your code consistently formatted. It could save you some time.
There was a problem hiding this comment.
Hello, thank you. I've done this now but I can't see any changes.
cjyuan
commented
May 24, 2026
If the formatter does not work in VS Code, here are some possible causes:
Can you try fixing the error and see if the formatter work after that? |
caro-vh
commented
Jun 3, 2026
Thank you for the advice. I have now fixed the problem and everithing seems to be working fine now. |
cjyuan
commented
Jun 3, 2026
Looks good. |
cjyuan
commented
Jun 11, 2026
Your PR has already completed. Why add the |
caro-vh
commented
Jun 11, 2026
Hi, the reason for this is that I still had three neutral checks marked as incomplete. I thought I needed to take action to resolve them since the request wasn't showing as completed yet." |
cjyuan
commented
Jun 11, 2026
What neutral checks? |
caro-vh
commented
Jun 11, 2026
My apologies; I appear to have misread the information provided. I am correcting the issue immediately. |
You still have not yet submitted your Wireframe PR. The deadline to complete Onboarding is 12 June (tomorrow). You need to hurry. |
caro-vh
commented
Jun 11, 2026
Hi, I've removed the file now. sorry I didn't read the information properly and got confused. |
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. |

Self checklist
Changelist
Used form controls to collect customers data, such as t-shirt colour and size.