function subscription() { //validate if (document.signup.email.value == "") { alert(" The field cannot be empty "); return false; } }