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)

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