Tag Archives: form validation

javascript form validation

SharevalidateEmpty ( ) The function below checks if a required field has been left empty. If the required field is blank, we return the error string to the main function. If it’s not blank, the function returns an empty string. … Continue reading

Posted in javascript | Tagged , , , | Leave a comment