Hi Guys,
Just a quick question, how do you define a custom message for the unique validator. the following
'email' = { required=true, type="email", unique=true, requiredMessage="Please enter an email address", typeMessage="Please enter a valid email address", uniqueMessage="This email address has already been used" }
Throws the error
Application Execution Exception Error Type: ValidationManager.InvalidValidatorType : [N/A] Error Messages: The validator you requested UNIQUEMESSAGE is not a valid validator
Thanks,
Richard