[SOLVED] Modify Validator ErrorMessage

Hi guys

I can only modify my errorMessage when I check for a required input (Validator 0).

the other validators (1 and 2) still have the standard errorMessage.

Anybody know what the problem is?

phil

Hi Phil,

maybe you should consider merging validators 1 and 2 in one single validator, like this:

Hope this helps ;)

8)

For the 'length' validator, there are two other messages you need to set in order to customize error display. Please check the API documentation for it.

Thank you for your answers,

works perfect with "tooLong" and "tooShort"

phil