AAAAhome/academiac/www/components/com_chronoforms/js/formcheck/formcheck-customs.js000060400000000262151452643160024143 0ustar00function noEnglishAlpha(el){ if(!el.value.test(/^[a-z ._-]+$/i)){ el.errors.push("This field accepts alphabetic characters only."); return false; }else{ return true; } }