You have error messages being on a per validator level. It would be nice if you could keep that, but then also allow the error message to be overridden each time a validator is applied to a field. That way if you are applying a phone number validator to several different fields on a form, instead of seeing the same error message twice, you could get error messages like:
Cell Phone is not a valid phone number
Home Phone is not a valid phone number

Comments

TapocoL’s picture

You have this capability by using the %field in the message, it will substitute %field with the field's name. However, I do like the idea of allowing the message to be overwritten on a per field level. I will be implementing that.

TapocoL’s picture

Status: Active » Fixed

Latest Rev makes messages able to be set differently foreach field now. Also, this turned the add field form into a two-step process.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.