Skip to content

Conversation

@tam-fr
Copy link

@tam-fr tam-fr commented Oct 27, 2025

Learners, PR Template

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

Briefly explain your PR.

Questions

Ask any questions you have for your reviewer.

@noahg9
Copy link

noahg9 commented Dec 16, 2025

Right now you have two duplicate pull requests. Either make sure this pull request only includes changes of the form controls task, or close the duplicate pull request

this will also help you fill in your PR message later-->
<label for="name">What's your name?</label>
<br>
<input type="text" name="text" id="name" minlength="3" required placeholder="yourName">
Copy link

Choose a reason for hiding this comment

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

The name field should allow 2 or more characters, not 3 or more

<br>
<input type="email" id="mail" name="mail" required placeholder="example@domain.com" pattern="^[^@\s]+@[^@\s]+\.[^@\s]+$">

<p>What color do you like?</p>
Copy link

Choose a reason for hiding this comment

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

The colour options should be grouped using semantic html. Wrap the radio buttons using fieldset and legend


<label for="mail">What's your email?</label>
<br>
<input type="email" id="mail" name="mail" required placeholder="example@domain.com" pattern="^[^@\s]+@[^@\s]+\.[^@\s]+$">
Copy link

Choose a reason for hiding this comment

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

Make sure all related inputs are grouped together with fieldset and legend, i.e. name and email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants