PranilDahal / Eagle-Post

Eagle-Post: Social Media Software Project - ACM Cal State LA
11 stars 2 forks source link

Signup Webpage for OrganizationUser #24

Open calstatelaacm opened 6 years ago

calstatelaacm commented 6 years ago
  1. email address
  2. Organization Name
  3. password (twice; and they must match) (must have at least one number and special character)
  4. head (Name of a person)
  5. Location (their office location)
  6. Website (thier personal website - not mandatory)
  7. Description (a few sentences describing thier organization)

EXAMPLE:

function signup(email,name,password,head,location,website,description){
// LEAVE THIS EMPTY
}