2
votes
2answers
379 views

Standard list of religions for dropdown menu

I am creating a form that will include a step about the person's religion, I have seen forms that contain a dropdown menu of religions, however I cannot find one which has a standard list of ...
3
votes
2answers
429 views

How should I sort items in a drop down list?

I have a simple drop down list containing about 12 choices. The choices are not countries, states, or any other common set of items that users would be used to scanning alphabetically or by name. ...
4
votes
3answers
231 views

Models of user interaction when dealing with selections from a looong list?

I'm a programmer working on a web project. We need the user to select one item from a given list of universities. It's a list of 100+ elements, and the frontend is XHTML/css/js. Here are the options ...
6
votes
3answers
1k views

How to best display a long list of check boxes

In my application users are required to select from a drop down, a list of projects they wish to include in their custom search. The easy part is that users can select one project to filter on or ...