Uh oh!
There was an error while loading. Please reload this page.
Manchester | 26-ITP-May | John Robinson | Sprint 1 | Form Controls - #1433
Manchester | 26-ITP-May | John Robinson | Sprint 1 | Form Controls#1433JohnRob-jnr wants to merge 2 commits into
Conversation
✅ Deploy Preview for cyf-onboarding-module ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
cjyuan
commented
Jun 9, 2026
Since this PR is a continuation of a previous PR, it's generally recommended to:
|
JohnRob-jnr
commented
Jun 9, 2026
Sorry about that, I have added the link but I am unsure how to add @Luro91 to request as the reviewer - there is no button in the 'Reviewers' option |
cjyuan
commented
Jun 9, 2026
Tagging a GitHub user in comments will usually get them notified, which you just did. Let's give them some time to respond. |
| </select> | ||
| </div> | ||
| </form> | ||
| </main> |
There was a problem hiding this comment.
Indentation is slightly off.
Consider enabling VS Code's "Format on Save" option or to use its "Format Document" command to keep your code consistently formatted.
There was a problem hiding this comment.
I have indented the HTML code, Thanks
| <select id="size" name="Size"> | ||
| <option value="XS">XSmall</option> | ||
| <option value="S">Small</option> | ||
| <option value="M">Medium</option> |
There was a problem hiding this comment.
There is a way to configure a <select> element so that no option is selected by default, allowing the user to make an explicit choice.
There was a problem hiding this comment.
Thank you, thats great & have added that
cjyuan
commented
Jun 10, 2026
Changes look good. |

Self checklist
Changelist
I had an issue with my previous form control file but have made the changes & resubmitted
a94f1b6
@Luro91