I'd really use your help!
Js is not really my thing.. I'm making validation form script in my page and browsing through examples scripts iI run into this:
['required', 'This is a required field.', function(v) { return !Validation.get('IsEmpty').test(v); }],
I need to put image instead of 'This is a required field.' Is it the right place? And if.. how should I do it?;(
Thx in advance for any suggestions!:)