-
-
Notifications
You must be signed in to change notification settings - Fork 934
Registration form with validation without any third party #179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Someone is attempting to deploy a commit to a Personal Account owned by @atapas on Vercel. @atapas first needs to authorize it. |
|
@Deepak8717 You need to add a clear description when u create the PR of link the issue to it to get started. |
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
@Deepak8717 Can you show the submitted details on submit(with password as ****? That makes the play more complete.. as in someone filled the registration, submitted and see the result. Alternatively, a message with the name saying it has been submitted successful, etc, |
src/meta/play-meta.js
Outdated
| { | ||
| id: "pl-registration-form", | ||
| name: "Registration-Form", | ||
| description: "Registration form with form validation without any liberary", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
library spelling mistake
| @@ -0,0 +1,13 @@ | |||
| # registration-form | |||
|
|
|||
| A Simple registration form with validation without any libery | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
library spelling mistake
| {/* Your Code Starts Here */} | ||
| <div className="registration-form-container"> | ||
| <h1>Registration Form</h1> | ||
| <p>A Simple registration form with validation without any libery</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
library spelling mistake
| <> | ||
| <div className="play-details"> | ||
| <PlayHeader play={play} /> | ||
| <div className="play-details-body"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please do the similar changes I have suggested here?
| }); | ||
| //function checks for all validation | ||
| const isValidated = (field) => { | ||
| if (field.name.trim() === "") { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This entire logic can be shorten with function and switch-case?
fixed conflicts
Description
Registration form with validation without any third party
Fixes # (issue)
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce.
Checklist: