hi there,
do anyone how to customise array('firstname', 'required'); error message without having to code another function specially to do required validation.
might there be:
example:
array('firstname', 'required', 'errorMessage' => 'not filled');
thanks.