Skip to content

Shortcut Dropdown

Problem summary

The user needs to access a specific section or functionality of a website in a quick way regardless of hierarchy.

Usage

  • Use to shortcut an otherwise hierarchical structure of a website.
  • Use when there are specific functionality or pages that are more frequently used than other parts of the website. Use the shortcut box to show these choices in order to shorten the path for the users.
  • Use when you want shortcuts to pages that are possibly on different hierarchical levels of the page.
  • Can also be used as navigation when short on space, although it is not advised.

Solution

  • Add a combobox (<select>) to list a number of fixed locations (URLS) on one or more pages. When the form is submitted, the user is redirected to the chosen page.
  • An alternate version is to redirect to the chosen page as soon as the user selects an item from the combobox and not when he submits the form.

Rationale

The often hierarchical structure of a website can at times impede the path to specific functionality of a website. By adding a shortcut to the most frequently used functionality, the path can be shortened: the number of clicks can be lessened and the confusion decreased.