Alternatively, is there a way to show the error messages when the user tries to click the "Save" button? I currently have formBind=true on the required field.
First you would override the .x-form-invalid-field css class to remove the red borders.
Then I would recommend using msgTarget: side which would give you the exclamation point on the side with a hover showing the error. If you really want an asterisk instead of the exclamation point you could override .x-form-invalid-icon as well.
First you would override the .x-form-invalid-field css class to remove the red borders.
Then I would recommend using msgTarget: side which would give you the exclamation point on the side with a hover showing the error. If you really want an asterisk instead of the exclamation point you could override .x-form-invalid-icon as well.