Skip to content

London | 26-ITP-May| Mahdi Rafiei | Sprint 1 | Form Controls#1245

Open
mrafeie wants to merge 1 commit into
CodeYourFuture:mainfrom
mrafeie:Form-Controls
Open

London | 26-ITP-May| Mahdi Rafiei | Sprint 1 | Form Controls#1245
mrafeie wants to merge 1 commit into
CodeYourFuture:mainfrom
mrafeie:Form-Controls

Conversation

@mrafeie
Copy link
Copy Markdown

@mrafeie mrafeie commented May 9, 2026

Self checklist

  • I have titled my PR with Region | Cohort | FirstName LastName | Sprint | Assignment Title
  • My changes meet the requirements of the task
  • I have tested my changes
  • My changes follow the style guide

Changelist

added the form as described in the task

@netlify
Copy link
Copy Markdown

netlify Bot commented May 9, 2026

Deploy Preview for cyf-onboarding-module ready!

Name Link
🔨 Latest commit c7a30ee
🔍 Latest deploy log https://app.netlify.com/projects/cyf-onboarding-module/deploys/69ffa0cf00816d000849f278
😎 Deploy Preview https://deploy-preview-1245--cyf-onboarding-module.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
2 paths audited
Performance: 100 (no change from production)
Accessibility: 100 (no change from production)
Best Practices: 100 (no change from production)
SEO: 83 (🔴 down 3 from production)
PWA: -
View the detailed breakdown and full score reports
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@mrafeie mrafeie added Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. 📅 Sprint 1 Assigned during Sprint 1 of this module Module-Onboarding The name of the module. labels May 9, 2026
@Luro91 Luro91 added Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon. and removed Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. labels May 14, 2026
Comment thread Form-Controls/index.html
<label for="size">T-Shirt Size</label>

<select id="size" name="size">
<option value="">Please choose a size</option>
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What happens when the user would submit the form with this value?

Comment thread Form-Controls/index.html
Comment on lines +19 to +24
type="text"
id="name"
name="name"
required
pattern=".*\S.*\S.*"
minlength="2"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Its good practice to use indentation on the html attributes to make it more readable. How could you ensure consistent and standard formatting of your code?

@Luro91 Luro91 added Reviewed Volunteer to add when completing a review with trainee action still to take. and removed Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon. labels May 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Module-Onboarding The name of the module. Reviewed Volunteer to add when completing a review with trainee action still to take. 📅 Sprint 1 Assigned during Sprint 1 of this module

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants