Post comment
The code
Instantiate and set options
window.addEvent('domready', function(){
new FormCheck('formular', {
display : {
errorsLocation : 1,
indicateErrors : 2,
keepFocusOnError : 1,
closeTipsButton : 0,
showErrors : 1
}
})
});