Skip to content

Conversation

@Dan2Clouted
Copy link

@Dan2Clouted Dan2Clouted commented Jan 17, 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

I build a form using semantic HTML using fieldset and legend tags, added required inputs for name and email validation and achieved a 100 in my LightHouse Accessibility.

@netlify
Copy link

netlify bot commented Jan 17, 2026

Deploy Preview for cyf-onboarding-module ready!

Name Link
🔨 Latest commit 6da190e
🔍 Latest deploy log https://app.netlify.com/projects/cyf-onboarding-module/deploys/696bb6489f85d70008a6b17a
😎 Deploy Preview https://deploy-preview-973--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: 86 (no change from production)
PWA: -
View the detailed breakdown and full score reports

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

@github-actions

This comment has been minimized.

1 similar comment
@github-actions

This comment has been minimized.

@Dan2Clouted Dan2Clouted added the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label Jan 17, 2026
@github-actions

This comment has been minimized.

@github-actions github-actions bot removed the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label Jan 17, 2026
@Dan2Clouted Dan2Clouted added the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label Jan 17, 2026
@github-actions

This comment has been minimized.

@github-actions github-actions bot removed the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label Jan 17, 2026
@github-actions

This comment has been minimized.

@Dan2Clouted Dan2Clouted changed the title Sheffield | 26-ITP-Jan | Daniel Aderibigbe | Sprint 1 | Form Controls Sheffield | 26-ITP-Jan | Daniel Aderibigbe | Sprint 2 | Form Controls Jan 17, 2026
@Dan2Clouted Dan2Clouted added the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label Jan 17, 2026
@cjyuan cjyuan 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 Jan 18, 2026
Comment on lines +20 to +26
<input
type="text"
id="name"
required
name="customerName"
minlength="2"
/>
Copy link
Contributor

Choose a reason for hiding this comment

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

Currently a user can enter a name consisting of only space characters (e.g., " "). Can you enforce a stricter validation rule using the pattern attribute to disallow any name that contains only space characters?

try writing out the requirements first as comments
this will also help you fill in your PR message later-->
<fieldset>
<legend>Customer details</legend>
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
<legend>Customer details</legend>
<legend>Customer Details</legend>

@cjyuan cjyuan 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 Jan 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Reviewed Volunteer to add when completing a review with trainee action still to take.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants