-
Notifications
You must be signed in to change notification settings - Fork 2
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
Register form validation #108
Conversation
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.
looks ok
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.
Looks great, two little things:
- In the Country field you cannot enter "USA" or any longer codes, so maybe change it so it accepts strings with length >=2 and with a first letter being uppercase, if it's possible
- In the Photo field can you change it so it accepts only image formats, like .jpg, .png and so on. And with limited size (maybe up to 5MB or less)
Apart from that, works perfectly 👍🏻.
|
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.
👍
No description provided.