Uh oh!
There was an error while loading. Please reload this page.
Glasgow | 26-ITP-May | Niangh Ciang | Sprint 1 | Form Controls - #1272
Glasgow | 26-ITP-May | Niangh Ciang | Sprint 1 | Form Controls#1272Niangh-Ciang wants to merge 3 commits into
Conversation
✅ Deploy Preview for cyf-onboarding-module ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Luro91
left a comment
There was a problem hiding this comment.
The code works well. Please take a look at the format of the code itself
| required | ||
| minlength="2" | ||
| pattern=".*\S.*" | ||
| placeholder="Jane Doe" |
There was a problem hiding this comment.
The indentation is a bit off. How can you ensure consistent formatting in your code?
| background-image: url("image.jpg"); | ||
| background-size: cover; |
There was a problem hiding this comment.
The indentation is a bit off. How can you ensure consistent formatting in your code?
Luro91
commented
May 15, 2026
Thanks for fixing the indentation. I was referring to Prettier which you can use to automatically format your code so that you do not have to think about it |
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
I added the full form structure, including name and email inputs, colour radio buttons, a size dropdown, a background image, and updated CSS styling to improve layout and readability.