Skip to content

Small example of a form made with HTML5, AngularJS and Bootstrap

Notifications You must be signed in to change notification settings

ottoborden/4hour_form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Login Form

  1. Create a login form that has the following fields:
  • Email +
  • Password +
  • Hidden value with a name of "referral" and a value of "page" +
  1. Make sure all fields are labeled and highly functional.
  2. Make sure it validates the following:
  • Valid Email +
  • Minimum Password Length of 6 +
  • Maximum Password Length of 26 +
  • All fields required. +
  1. Link to the register and forgot page. +
  2. Submit form to success.html +

Registration Form

  1. Create a simple registration form that has the following fields:
  • Email +
  • Password +
  • Confirm Password +
  1. 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. +
  1. Add a link back to the login page. +
  2. Submit form to success.html +

Forgot Form

  1. Create a forgot password form that has the following fields:
  • Email +
  1. Make sure it validates the following:
  • Valid Email +
  • All fields required. +
  1. Add a link back to the login page. +
  2. Submit form to success.html +

Other Considerations

  • Make sure all fields are labeled and highly functional.
  • Some basic styling should be implemented.
  • Bonus points for mobile and responsive design.

About

Small example of a form made with HTML5, AngularJS and Bootstrap

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published