Submit / Reset Buttons - Order in the Form

2019-05-17 06:02发布

When it comes to putting the submit and reset buttons on your forms, what order do you use?

[SUBMIT] [RESET]

or

[RESET] [SUBMIT]

This issue has come up countless times at work...

So, in your opinion, which is the most usable for online users?

I personally favor the latter, but some people tend to think otherwise.

9条回答
疯言疯语
2楼-- · 2019-05-17 06:20

As regards the [RESET] button, I think that the default form reset should never be used without a confirmation, especially in long forms...

Imagine the situation...a user is in a hurry and completing an online transaction, filling out personal details, credit card numbers, and tons of other stuff to needs checking, and when the user finishes, by mistake, he clicks the reset button instead of the submit...! believe me, that is a very annoying experience.

So I think, if you ever use a reset button, you should first confirm with the user, and then reset the form

查看更多
再贱就再见
3楼-- · 2019-05-17 06:23

It depends which platform background the user has, since dialogs and message boxes typically present buttons in a layout that conforms to the interface guidelines for that platform. Invariably, different platforms have different layouts for their dialogs.

I've accustomised already to the former, since I'm a Windows user and windows has that order.

查看更多
你好瞎i
4楼-- · 2019-05-17 06:25

I agree with stg: it depends on the alignment for me. If the buttons are left aligned, the "accept" (or "submit") choice goes on the left. If the buttons are right aligned, that choice goes on the right.

And a personal pet peeve of mine: no matter how the buttons are aligned, or ordered, hitting the enter key should always invoke the "submit" action.

查看更多
男人必须洒脱
5楼-- · 2019-05-17 06:26

You can try different color schemes for [submit] and [reset]. In my form i prefer [submit] [reset] with different color and having highlighted [submit] button.

查看更多
Luminary・发光体
6楼-- · 2019-05-17 06:29

I might be in the minority here, but I never put a RESET button on my forms.

Besides when I'm testing the form, I can't see a situation where a user would need to delete all the data on the form.

And it's just too easy for a user to click it and wipe out all their hard work.

User benefit: Low

User potential problems: High

查看更多
贼婆χ
7楼-- · 2019-05-17 06:33

Personally, I think that depends on the button's alignment. If left aligned, I prefer the first, otherwise, the later.

In both cases the more used choice is a bit more visible.

查看更多
登录 后发表回答