/media/system/js/mootools-more.js
https://armstroy.ru/components/com_chronoforms/js/formcheck/formcheck-yui.js
https://armstroy.ru/components/com_chronoforms/js/formcheck/formcheck-max.js
https://armstroy.ru/components/com_chronoforms/js/formcheck/lang/ru.js
//
jQuery(window).ready(function(){
document.id('chronoform_callme').addClass('hasValidation');
formCheck_callme = new FormCheckMax('chronoform_callme', {
onValidateSuccess: function(){},
display : {
showErrors : 0,
errorsLocation: 1 }
});
});