35
votes
6answers
2k views

How can I highlight errors when bright red is the main color of the brand?

I'm working on a mobile website for a client whose main brand color is red. The website header and headings are all red. CTA buttons are red too. How can I effectively separate errors (mostly in form ...
248
votes
14answers
28k views

Should error messages apologize?

We are having a discussion on our team about an error message that says "Sorry, you do not have permission to access this feature. Please contact your administrator for assistance." Is it ...
4
votes
3answers
184 views

validation message placement

Is it better to have the validation message next to the label or the control? download bmml source – Wireframes created with Balsamiq Mockups Update: To be clear, I'm not referring to ...
0
votes
1answer
62 views

How to enter separate amounts then give feedback if the total meets a given amount?

case: During an ordering process, the user should be able to divide a given amount of money into a '1 to infinite' number of pots. So the sum of everything should be exactly the same when the step is ...
8
votes
4answers
233 views

Is there ever a circumstance where the user should be notified of a user interface no-op?

The headline may be a bit confusing, so here's a web example (although this question is equally applicable to desktop applications): I open up the same eBay listing in 2 separate tabs of my web ...
16
votes
2answers
2k views

Is the color red really appropriate for form validation errors?

It seems to be taken for granted that the color red is appropriate to highlight errors. In the case of serious system errors, I agree. However, I'm having doubts that it's the right choice for user ...
6
votes
4answers
636 views

What will be the Best notifications and error messages?

As a UI architect, I am always wondering about the best format to display errors and notifications to users. Which of the following examples is the best format? Name is required Name cannot be ...
4
votes
2answers
291 views

Error Message Advice (for asynchronous/background tasks)

We have a web application which currently performs a number of intensive, time-consuming tasks. The initial design didn't really cope with the levels of information we're now dealing with and we're ...
12
votes
3answers
809 views

Best place for placement of error messages on a form (both generic and specific)

I'm working on a simple registration form which, when invalid data is entered, will display both a generic error (e.g: "There is an error on your form") and also specific errors (e.g: "This is not a ...
6
votes
1answer
687 views

Standardized (web) application error messages? [closed]

I'm in the middle of coding a bespoke CMS for a company and if there is one thing I hate it's coming up with good copy for "flash" messages (short messages that provide user feedback.) I know how ...
3
votes
2answers
253 views

In a web application, what can I do to allow error messages to be efficent and functional?

While alerts force users to react, sometimes the widget gets lost behind other windows and then blocks the whole application. What other ways can be used to make sure a user will take notice of an ...