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.
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 formIt 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 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.
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.
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
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.