Glasgow | May-2026 | Craig Stoddart | Sprint 1 | Form Controls #1413
Glasgow | May-2026 | Craig Stoddart | Sprint 1 | Form Controls #1413CraigStodd wants to merge 17 commits into
Conversation
…dded remaining sizes
- Removed capital letters for id tags in lines 46-47 - Reformatted code with: shift + option + F
-Added value="" to and removed "disabled attribute" from t-shirt colour section
…), ensuring 2 non-space characters requirement
✅ Deploy Preview for cyf-onboarding-module ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Hi @cjyuan, here is the updated PR with the changes you suggested. |
cjyuan
left a comment
There was a problem hiding this comment.
Changes look good.
I only a few more minor requests.
| <label | ||
| >XS: | ||
| <input type="radio" name="Size" value="XS" required /> | ||
| </label> |
There was a problem hiding this comment.
Could you look up "Should the text associated with a radio button be placed on left or right of the radio button?"
Change is optional.
| </div> | ||
| </div> | ||
|
|
||
| <br /> |
There was a problem hiding this comment.
Consider using CSS to control spacing between elements instead of using <br> tags. This approach is generally more maintainable and semantically correct.
|
|
||
| <label | ||
| >S: | ||
| <input type="radio" name="Size" value="S" required /> |
There was a problem hiding this comment.
The convention is to use lowercase kebab-case values for the name attribute (and also for id and class attributes)
|
Hi @cjyuan, I've implemented the changes you suggested. Let me know if there are any further issues. Thanks. |
|
|
They appear to have gone to this repository: https://github.com/CraigStodd/Module-Onboarding/tree/Glasgow-May-2026-Craig-Stoddart-Sprint-1-Form-Control. I'm not sure how to fix this. I think renaming the branches has complicated things. |
|
It seems that branch is not related to any opened PR, so I don't think changing it will affect your current PRs. The easiest way to transfer your changes to this branch is
Note: I think what happened was that you renamed the "Glasgow ..." branch on GitHub, but not on your computer, and you continued working on your original "Glasgow ..." branch on your computer. When you pushed the original branch to GitHub, the "Glasgow ..." branch was recreated on GitHub". If the |

LINK TO PREVIOUS PR:
Learners, PR Template
Self checklist
Changelist
Updated to include changes suggested in previous pull request.
Implemented changes that meet all requirements for the Form Control exercise