West-Midlands | 26-ITP-May | Maryam Janjua | Sprint 1 | Form Controls#1414
West-Midlands | 26-ITP-May | Maryam Janjua | Sprint 1 | Form Controls#1414maryam-devio wants to merge 5 commits into
Conversation
✅ Deploy Preview for cyf-onboarding-module ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
This comment has been minimized.
This comment has been minimized.
jayshreehajgude2012
left a comment
There was a problem hiding this comment.
check opening and closing tags.
validation used.
Try to add autocomplete property.
Provide default selection for options.
| this will also help you fill in your PR message later--> | ||
| <!--Customer Name--> | ||
| <label for="name">Name</label> | ||
| <input |
| required pattern=".*\S.*\S.*" | ||
| /> | ||
| <!--Customer Email--> | ||
| <label for="email">Email</label> |
There was a problem hiding this comment.
correct input type used and validation done
|
|
||
| <!DOCTYPE html> | ||
| <html lang="en"> | ||
| <head> |
| @@ -13,15 +20,54 @@ <h1>Product Pick</h1> | |||
| </header> | |||
| type="text" | ||
| id="name" | ||
| name="name" | ||
| required pattern=".*\S.*\S.*" |
There was a problem hiding this comment.
can you provide simple validation pattern for the same.
| /> | ||
| <fieldset> | ||
| <!--Select T-shirt colour--> | ||
| <legend>Choose T-shirt Colour</legend> |
| <fieldset> | ||
| <!--Select T-shirt colour--> | ||
| <legend>Choose T-shirt Colour</legend> | ||
| <input type="radio" id="purple" name="colour" value="purple" required> |
This comment has been minimized.
This comment has been minimized.
1 similar comment
|
Your PR description is incomplete. You filled out a template (that starts "Learners, PR Template") when you created this PR - you can see it at the top of this page. Make sure to fill in all fields in the template. Please ensure:
If this PR is not coursework, please add the NotCoursework label (and message on Slack in #cyf-curriculum or it will probably not be noticed). If this PR needs reviewed, please add the 'Needs Review' label to this PR after you have resolved the issues listed above. |

Learners, PR Template
Self checklist
Changelist