Project Description:
Hello everyone!
This is my first project here.
I would like to have a sign up form almost like Twitter
You can use anything (JavaScript, jQuery, AJAX) but the fields HAS to be check ALSO with PHP, in case that the user has JavaScript disabled.
Inline tip and error are required.
There will be 7 fields:
2 names
2 emails
1 date
1 login
1 password
The name must have at least a space, meaning that there is a full name (name + last name)
The email must be valid AND available (checking my database)
The date has to be a future date (tomorrow and beyond)
The login must be [a-z], [0-9] no special char (. , - _ ! @ # ...) AND available (checking my database)
The pass must has from 6 to 10 char
Mask on date DD/MM/YYYY will be very appreciated.
Not required but would be nice:
- Submit button available only when all fileds are valid
or
- Submit button tilts when there is an error