I have a form which stores the user details. In this form there is one field that is not belongs to that particular USER model. So currently, I am handling error for this field using Javascript's alert box. But I want to use YII Error message for this field. In USER model, this field is not defined. Can you please guide me on urgent basis??