You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suppose that sign-up form should contain next fields:
first name - required string field
last name - required string field
gender - required selection field or nested form based of radio buttons
birth date - required date field
cell phone - required phone field, dynamic check after cell phone format was checked
email - required email field, dynamic check after email format was checked
email confirmation - string field ,should disappear after user retyped the password and show that it's confirmed: label or icon.
password - string field with hidden value ,with animated security level value
password confirmation - should disappear after user retyped the password and show that it's confirmed: label or icon.
avatar - nested form
invite token - string field, not empty
terms of use agreement - boolean checkbox
captcha - Google recaptcha form
I should note, that avatar is the most complex field and technically it's separate nested form. Also any form which includes file field should have multipart form data data type instead of standard application-json.
We need to create nice looking functional sign up form.
The text was updated successfully, but these errors were encountered: