List including all options
Error Messages
By default, the following error messages will be displayed when the form validation fails. However, if you want to customize them according to your preferences, you can modify the errorMessages object. All error messages will be stored in "errorMessages" object, and the library will automatically use them for displaying the relevant messages.
errorMessages : {
email: "Please enter a valid email address.",
text: "Please enter some text.",
password: "Please enter a valid password.",
tel: "Please enter a valid phone number.",
number: "Please enter a valid number.",
checkbox: "This option must be checked.",
radio: "Please select an option.",
select: "Please select an option.",
textarea: "Please enter some text.",
file: "Please upload a valid file.",
search: "Please type for search",
url: "Please enter a valid url",
date: "Please enter a valid date.",
time: "Please enter a valid time.",
datetimeLocal: "Please enter a valid date and time.",
month: "Please enter a valid month.",
week: "Please enter a valid week.",
range: "Please enter a valid range.",
color: "Please select a color."
}