// Customised error messages for JS form validation

var mandFieldMsg = "Please fill out, or select an option, from\nthe following mandatory field(s):\n\n";
var invalidEmailMsg = "The email address(es) you entered is/are not valid - please check\n\n";
var regexMsg = "Please make sure your date of birth must be in DD/MM/YYYY and\n any photo you upload has a '.jpg' file extension.\nPhone numbers should only contain numbers or spaces.\n\n";
var maxLengthMsg = "You have exceeded the maximum number of characters\nor file size for the following field(s)\n\n";
var minLengthMsg = "The following field(s) require more characters than you have inputted:\n\n";