function validateSignupForm(form) { 
  return true;
}
function initSignupForm(form) { 
  return true;
} 
