Forms

The Best Place for Error Messages on Forms

Where are you placing the error messages on your form? If they’re not placed where users expect to see them, you could jeopardize their capability to complete your form.

When users make mistakes, they need to understand what those mistakes are so they can correct them and re-submit the form. They want to complete your form, but if doing so takes too much effort they’ll change their minds.

Top of Form Validation Vs. Inline Validation

The two most common placements for error messages are at the top of the form and inline with erroneous fields. Which placement is more intuitive for users?

A research study discovered that displaying all error messages at the top of the form puts a high cognitive load on user memory. This forces users to recall each error message for each erroneous field.

error_message-comparison

The approach that reduced the user’s cognitive load was displaying error messages inline with erroneous fields. Inline validation relies on recognition instead of recall so users can correct their mistakes faster and easier.

Another study found that “the distance between the erroneous field and error message influences the efficiency of error correction”. Top of form and bottom of form validation resulted in the longest amount of time to initiate correction, while inline validation resulted in the shortest.

Top of form and bottom of form validation also resulted in the highest error rates, longest completion times, and the least user satisfaction. Bottom of form validation had the lowest error correction success rate compared to top of form and all inline validation locations.

User Preference of Error Message Locations

The study proved placing error messages inline with the erroneous fields lead to the best performance. It also showed which location next to the field was the most intuitive.

error_message-preference

Users rated which error message location they found most satisfying. There was a strong user preference and expectation for right of the field placement.

Error messages placed to the left of the field were rated the worst. Error messages placed above the field caused the highest cognitive load followed by error messages below the field.

Why Right of the Field Is Best

It’s important to understand why placing error messages to the right of field is preferred and expected. This way designers can better educate others about how users behave when making design decisions.

error_message-right

The western reading system goes from left to right. When users move their eyes from the input to the error message, it feels like a natural progression that requires little mental and visual effort. Moving their eyes from the error message back to input for correction also follows the natural flow for rereading text.

Why Left of the Field Is Worst

Placing error messages to the left of the field goes against the western reading system. Users move their eyes in the opposite direction of their natural reading flow when the error message appears. Instead of a natural progression, it feels unnatural and is suboptimal when users want to complete the form.

error_message-left

It also feels counter-intuitive because users expect higher priority elements to be on the left side. Placing the error message on the left makes it more important than the field. But the field is more important because users need to focus on it to correct their input.

Why Above the Field Increases Cognitive Load

Users experience a higher cognitive load with error messages above the field (i.e. forms with top aligned labels). This is caused by a combination of the error message and field label text that confuses users.

error_message-above

The close proximity of the two texts creates visual noise that distracts users when they’re trying to read the error message or the label. Seeing both texts in their field of vision makes it difficult to concentrate on just one of them and can confuse them.

Best Error Message Location for Mobile Forms

Mobile screens lack the horizontal space to display an error message and field side by side. This means error messages to the right of the field is not the best location on mobile forms.

error_message-below

Instead, place your error messages below the field. This was users second most preferred location in the study. Although it doesn’t correspond with the user’s natural left to right reading flow, it does correspond with their natural top to bottom reading flow.

When users read text, they move their eyes left to right going down a page. Error messages below the field feel less awkward than above the field because it follows their vertical reading progression.

Placing the error message too close to the field label below it can increase cognitive load when users read the text. You can prevent this by separating them with enough spacing.

Right of Field Vs. Below Field: Which Is Best?

Both to the right of the field and below the field are optimal locations for error messages. But which placement should you use? This depends on how much work you’re able to do.

If you want the placement that takes less time to implement for desktop and mobile devices, opt for error messages below the field. Implementing them for desktops will make them usable for mobile devices as well.

If you have time to implement error messages for both devices, opt for placing them to the right of the field on desktop and below the field for mobile devices. Not only will error messages to the right aid user scanning better, but it also results in a shorter form length.

Intuitive Error Message Placement

Follow these practices and place your error messages where users expect to see them. Error messages should correspond with user reading flow, so errors take less cognitive effort to correct.

When users work and think less, they’re able to complete your form faster. No one enjoys filling out forms. The faster you help users get through it, the sooner they can move on to what they really want to do.


Book

Affiliate

elegant wordpress themes

This Post Has 17 Comments

  1. jshell Reply

    It’s the opposite (Right vs Left) for languages that read right to left.

    You’re best off to put beneath the field so you don’t have to worry about translations.

  2. Remmie Reply

    I like to put any hints to fill out the field to the left (not for all field obviously). Assuming that hints help with avoiding user error in the first place, I also would default to showing the error message below the form field.

  3. Charles Reply

    I am curious how you measured cognitive load to test your assumption that “Seeing both texts in their field of vision makes it difficult to concentrate on just one of them and can confuse them.” This can also be easily resolved with appropriate visual design.

    I have seen multiple other research that indicates above the field is ideal due to the juxtaposition of mobile keyboards. As the field is in focus and the keyboard opens, the keyboard may cover any error message that is displayed below the field.

    You also have to consider the announcement of and reading order of error copy for assistive technology.

    • anthony Reply

      It’s not my assumption, it’s a finding in the research. Check it out.

  4. Lori Reply

    Thanks for the article. I can understand your findings for those without visual impairments, but I’m curious what about accessibility concerns and screen readers? Are there differences when taking those factors into account?

  5. Cathy Dutton Reply

    For screen readers surely its better to have the error messages at the top of the page, particularly if there is more then one field to fill in.

  6. James Jenner Reply

    Thank you for an interesting article. It’s great to see references to research on these problems. This does, however, raise questions when applied to complex forms, for example ones that include tabs and/or grids. Have you come across any research on these cases?
    The problem with tabs is that messages against fields are not visible, while at the top of the UI they are, without some visual indicator, a user must click on every tab to find fields in an error state.
    Grids are a problem as there is no room for the error message to be shown, again leading to errors at the top of the UI.

  7. Addy Brown Reply

    The error message should be wherever the user is most likely looking. If your technical design requires that the entire page reload to show the error, then chances are the user will be looking at the top, since that’s where users eyes naturally go as they see the page flash or clear.

  8. Arnaud Reply

    Hi Anthony and thanks for this article.
    As some comments suggested, there are a few accessibility issues that also need to be considered.

    Users of a magnifying software like ZoomText might miss an error message to the right of a field unless they move the zoom window (cursor) to the right of the field which is not necessarily intuitive. However if the message is underneath the field, it is more likely to be seen and requires less effort.

    As far as a global message (after submission) is concerned, although it’s not mandatory, I find it’s only worth it when there are more than 2 errors, otherwise individual messages are sufficient. For accessibility purposes, it should get the focus, state how many errors there are and each error detail should be an anchor pointing to the relevant field.

    Hope this brings a few more nuggets to the discussion.

  9. Sheri Hu Reply

    Hi, thanks for sharing. I think your thinking about error messages on forms is inspiring. Can I translate it to Chinese and share on Wechat platform to other designers? Looking forward to your reply.

  10. Natanz Reply

    Thanks for this practical article!

    BTW the numbers in this picture are inconsistent:
    http://uxmovement.com/wp-content/uploads/2018/04/error_message-preference.png

  11. Amr Gadalla Reply

    What if I don’t want to put a error message, I want to put a warning message and it’s kinda lengthy where is the best place to put it where it’s going to be visible to the user and at the same time not cluster the whole interface.

    • anthony Reply

      Good question. I tend to use info tips in the form of “i” icons inset in the field or next to the label. When users click or hover over them it’ll reveal the message. It’s also dismissable so it won’t clutter the interface.

  12. Pepijn Reply

    I believe when putting the error message below the field on mobile, in some cases the keyboard will lay over the message because of auto positioning / scroll on focus. This doesn’t happen when you put it above

  13. Tommy Reply

    What about Languages like French and Spanish where text is 25% longer. Inline errors or errors below the field will get truncated in cases where error text is long. Any ideas on how to present these long error messages?

Leave a Reply

Your email address will not be published. Required fields are marked *