Forums

Translate

mtmaat 31 Dec, 2008
Hello,

Does annyone know whate script is responsable for the msg's when not entering a req. field. I just need to know what scrip is responsable for the translation text "This is e required field" etc etc .

M
GreyHead 31 Dec, 2008
Hi mtmaat,

It's in the moovalidation.js script. But you can over-ride the messages by adding 'title' attributes to your code.

<input type='text' name='some_name' class='required' title='Vous devez remplir ce champ' />


Bob
This topic is locked and no more replies can be posted.