The article suggests radio buttons instead of most select menus. I can appreciate the ease with which one can skim radio buttons vs select options; however, once there are more than a few options, the sprawl of radio buttons can be a little ridiculous. The screen space required to display 50 states via radio buttons vs select menu is tremendous. At that point, I suspect it would be difficult to determine where the li…
Zip code is usually a better way if it's relevant - you can fill in the state/town automatically. Obviously, there are situations where that would not apply.
Why Users Abandon Forms with Select Menus
11–20 of 40 posts
Re: Why Users Abandon Forms with Select Menus
#12The article suggests radio buttons instead of most select menus. I can appreciate the ease with which one can skim radio buttons vs select options; however, once there are more than a few options, the sprawl of radio buttons can be a little ridiculous. The screen space required to display 50 states via radio buttons vs select menu is tremendous. At that point, I suspect it would be difficult to determine where the li…
Zip code is usually a better way if it's relevant - you can fill in the state/town automatically. Obviously, there are situations where that would not apply.
Re: Why Users Abandon Forms with Select Menus
#13There's another solution: cascaded dropdowns. One common, nasty example is a list of countries in online shops. Many at least either pre-fill based on IP geolocation or stick the most common target countries at the top, but there are also some sites that sort alphabetically, or worse, group by continent and then sort. This can be solved by having only one dropdown visible with the continent; once this is selected, a…
Searchable dropdowns/autocompleting text fields really should be part of the HTML standard...
Re: Why Users Abandon Forms with Select Menus
#14Also, putting items in the menu is some random order is not real helpful.
Re: Why Users Abandon Forms with Select Menus
#15 More users start forms than finish them
Imagine if the opposite happened!Re: Why Users Abandon Forms with Select Menus
#16> But when a select menu appears, they have to move their hands from keyboard to mouse to select an option. This interrupts their typing flow and slows them down. Simply not true. They do not have to; they just don't know that when the keyboard focus is on the list or combo box, they can go through the selections using the arrow keys. But even for those who know the keyboard shortcuts, long lists are annoying, like l…
To be honest, that reminds me. Why do sites use drop down menus for years like that? I mean, in new browsers (or older ones with Javascript) you can add perfectly good calendars for things like date of birth, booking date, etc. In other ones, you can just let them type in the value in some restricted format. Who honestly cares if someone claims to be 150 years old?
One reason is that it's a (extremely) lazy / dead simple way of getting around the need to do input validation on the year field.
Re: Why Users Abandon Forms with Select Menus
#17> But when a select menu appears, they have to move their hands from keyboard to mouse to select an option. This interrupts their typing flow and slows them down. Simply not true. They do not have to; they just don't know that when the keyboard focus is on the list or combo box, they can go through the selections using the arrow keys. But even for those who know the keyboard shortcuts, long lists are annoying, like l…
To be honest, that reminds me. Why do sites use drop down menus for years like that? I mean, in new browsers (or older ones with Javascript) you can add perfectly good calendars for things like date of birth, booking date, etc. In other ones, you can just let them type in the value in some restricted format. Who honestly cares if someone claims to be 150 years old?
Re: Why Users Abandon Forms with Select Menus
#18The article suggests radio buttons instead of most select menus. I can appreciate the ease with which one can skim radio buttons vs select options; however, once there are more than a few options, the sprawl of radio buttons can be a little ridiculous. The screen space required to display 50 states via radio buttons vs select menu is tremendous. At that point, I suspect it would be difficult to determine where the li…
Selecting with the keyboard? My browser lets me select a menu, type a letter, and jump to the first entry starting with that letter. I've never seen that work with radio buttons (though I admit I haven't tried it recently).
Selecting from a long list on a phone? Selecting a menu on my phone gives me a popup menu that scrolls independently of the rest of the page. Selecting from a list of radio buttons requires a scrolling action that changes my location in the page. If I want to return to a field above the list of radio buttons, I have to scroll back.
My non-expert advice: Never use radio buttons for a set of more options than you can guarantee will fit on the screen simultaneously. If your UI has any mobile users, that probably limits you to four options, maybe less.
Re: Why Users Abandon Forms with Select Menus
#19More users start forms than finish them Imagine if the opposite happened!
10 users start 10 forms each, but leave them incomplete.
100 other users then finish one each of those forms.
So you have 10 users starting 100 forms and 100 users finishing said 100 forms, thus "more users finishing forms than users starting them".
Re: Why Users Abandon Forms with Select Menus
#20More users start forms than finish them Imagine if the opposite happened!
The internal database checks would not allow this and the minister in charge of elections called him in the middle of the night to complain that the system was not working :)