Failure

User tests: Successful: Unsuccessful:

avatar piotr-cz
piotr-cz
26 Mar 2013

Tracker: #30393

I added small feature to suppress showing validation errors (ie. from within template), invalid input fields and labels receive class 'invalid' anyway

// In case script validate.js is being loaded after template.js use 'onload' event
window.addEvent('domready', function(){

    // Configure document validator
    if ( document.formvalidator )
    {
        document.formvalidator.suppressMessages = true;
    }
});
avatar piotr-cz piotr-cz - open - 26 Mar 2013
avatar brianteeman
brianteeman - comment - 5 Mar 2014

As no one was able to find an issue with the joomla core on the tracker I am closing this

avatar brianteeman brianteeman - close - 5 Mar 2014

Add a Comment

Login with GitHub to post a comment