Re: dropdown selections: default values or no?

Paola Kathuria <[email protected]>
Newsgroups gmane.comp.web.chi-web
Organization Limitless Innovations
Message-ID <[email protected]>
Anastasia wrote:
> I have a client with a web app full of long forms. Many of the selection
> boxes have been set to no default as the client wants the user to
> 'consciously' select a value. However it is also clear that in most of
> these cases there is an obvious default value that gets selected 80% of
> the time (80/20 rule).
> 
> Any opinions/thoughts on this? I always opt in favor of efficiency, but
> in this case the client wants to go the other direction....

I think your client's right. Otherwise, you can never be
sure that the user has seen the selection box and that
no-action = an implicit selection.

However, put the popular choices at the top of the list
and separate it from the rest with a line to save scrolling.

E.g., if it were a country list:

  <option value="">== Select country ==</option>
  <option value="GB">United Kingdom</option>
  <option value="US">United States</option>
  <option value="">-----------------------------</option>
  <option value="AL">Albania</option>
  <option value="AD">Andorra</option>
  <option value="AI">Anguilla</option>
  <option value="AR">Argentina</option>
  <option value="AM">Armenia</option>

etc.


Paola
--
http://www.paolability.com/

    --------------------------------------------------------------
        Tip of the Day: Email mailto:[email protected]
               with any comments, questions or problems
     CHI-WEB: www.sigchi.org/web POSTINGS: mailto:[email protected]
              MODERATORS: mailto:[email protected]
       SUBSCRIPTION CHANGES & FAQ:  www.sigchi.org/web/faq.html
    --------------------------------------------------------------
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.