- Create a login form that has the following fields:
- Email +
- Password +
- Hidden value with a name of "referral" and a value of "page" +
- Make sure all fields are labeled and highly functional.
- Make sure it validates the following:
- Valid Email +
- Minimum Password Length of 6 +
- Maximum Password Length of 26 +
- All fields required. +
- Link to the register and forgot page. +
- Submit form to success.html +
- Create a simple registration form that has the following fields:
- Email +
- Password +
- Confirm Password +
- Make sure it validates the following:
- Valid Email +
- Minimum Password Length of 6 +
- Maximum Password Length of 26 +
- Verify same password in both password fields +
- All fields required. +
- Add a link back to the login page. +
- Submit form to success.html +
- Create a forgot password form that has the following fields:
- Email +
- Make sure it validates the following:
- Valid Email +
- All fields required. +
- Add a link back to the login page. +
- Submit form to success.html +
- Make sure all fields are labeled and highly functional.
- Some basic styling should be implemented.
- Bonus points for mobile and responsive design.