Long表示显示错误的最佳方式.可用性问题

Bor*_*nov 1 usability user-interface user-experience

我们有很长的部分有3个部分:

请求者,运送和计费

每个部分屏幕或更长,所以表格长3+屏幕.从可用性的角度来看,在表单上显示消息的最佳方式是什么.

  1. 在表单顶部分组的错误消息列表.
  2. 为该部分顶部的每个部分分组的消息
  3. 实际出现错误的表单字段附近的错误消息.

Nic*_*sta 5

就个人而言,我希望,在表单标题之前的页面顶部,有类似的东西:

There was an error with your form submission in the following section(s):
Shipping, Billing
Run Code Online (Sandbox Code Playgroud)

装运和计费是锚点,将把我带到表格的那一部分.然后,在该部分上方,向该部分提供相关消息:

Shipping
- You need to fill in an address

[rest of form here]

Billing
- You need to fill in a name

[rest of form here]
Run Code Online (Sandbox Code Playgroud)