Skip to content
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

Create registration form with validation #30

Open
Roman-wdesign opened this issue Oct 23, 2024 · 0 comments
Open

Create registration form with validation #30

Roman-wdesign opened this issue Oct 23, 2024 · 0 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed 💡 ideas

Comments

@Roman-wdesign
Copy link
Owner

Use vee-validate and vue-vinal-modal
inputs:
'name', req: >=3 and <= 25 signs. valid signs are A-Z, a-z, 0-9, as well as !"#$%^&()-_=+.
'email', valid signs are A-Z, a-z, 0-9
'password', req >=12 and <=20. valid signs are A-Z, a-z, 0-9, as well as !"#$%^&
()-_=+
Submit button.

How to validate: Input validation should take place immediately after the user has entered data and switched to another input. Validation of the password input will occur after clicking the submit form button.

It will be responsive and user friendly form.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed 💡 ideas
Projects
Status: Backlog
Development

No branches or pull requests

1 participant