ScottBaxter1
ScottBaxter1
Did you manage to get this working...
Thanks for the reply @dglangley think my issue is something else... in the console it keep mentioning cross domain... funny thing is it isn't changing domain all files are on...
I've managed to do this.. I've just altered the addFieldClass function, with the following: ``` addFieldClass: function(){ this.removeFieldClass(); if(!this.validationFailed){ if(this.displayMessageWhenEmpty || this.element.value != ''){ if(this.element.className.indexOf(this.validFieldClass) == -1) this.element.className += '...