hi linoj, what i do is where i do my validation checks:
in the html code: <span id="validatemessage">Vul hier uw wachtwoord in.</span> then in the script: $("#validatemessage").text("can't be blank"); hope this helped ... David On 22 mrt, 18:23, linoj <lino...@gmail.com> wrote: > Hi, > using validate plugin, I'm aware you can change the message for an > individual field, but can i change the default message, eg for > required say "can't be blank" rather than "This field is required" > > thanks > linoj