Skip to content

Dropdown Element

The Dropdown element provides a select dropdown with support for single or multiple selections.


Overview

Dropdown is ideal for:

  • Category selection
  • Option filtering
  • Form selections
  • Any pick-from-list scenario

Adding a Dropdown Element

  1. Open the Website Builder
  2. Find Dropdown in the Elements panel
  3. Drag it onto your page
  4. Configure options in the General Tab

Properties

General Tab

PropertyDescription
Question TextLabel displayed above the dropdown
OptionsArray of selectable choices
MultipleAllow multiple selections

Options Configuration

Each option has:

  • Label - Display text shown to users
  • Value - Internal value stored when selected

Color Tab

PropertyDescription
Panel BackgroundContainer background
Input BackgroundDropdown background
Input BorderDropdown border
Text ColorOption text color

Dimensions Tab

PropertyDescription
Font SizeText size
PaddingInner spacing
Border RadiusCorner rounding

Selection Modes

Single Select

Users choose one option from the list:

[Select an option    ▼]

Multiple Select

Users can select multiple options:

[✓ Option A, ✓ Option C  ▼]

Enable multiple selection in the General Tab.


Database Integration

Dropdown values can be saved to the card database:

  1. Open the Connect Tab
  2. Enable database connection
  3. Selected value(s) are stored

Use Cases

Category Selection

Label: "Category"
Options: Electronics, Clothing, Home, Sports
Multiple: false

Country Selector

Label: "Country"
Options: USA, Canada, UK, Australia, ...
Multiple: false

Skills Selection

Label: "Skills (select all that apply)"
Options: JavaScript, Python, SQL, React, ...
Multiple: true

Status Filter

Label: "Status"
Options: Active, Pending, Completed, Cancelled
Multiple: false

FeatureDropdownSelection Group
DisplayCompact (collapsed)Expanded (all visible)
SpaceMinimalTakes more space
OptionsMany optionsFew options
Best forLong lists3-7 choices

Best Practices

  1. Order logically - Alphabetical or by frequency

  2. Include placeholder - "Select an option" as first item

  3. Keep options scannable - Short, clear labels

  4. Consider search - For very long lists, dropdowns work better

  5. Use appropriate mode - Single for exclusive, multiple for additive


Questions?

If you have any questions, please don't hesitate to contact us. Alternatively, you can submit an issue on this platform.

Useful Links:

Web Elements - https://help.acenji.com/#/./create-web-application/elements/index Single Selection Group - https://help.acenji.com/#/./create-web-application/elements/single-selection-group/index Multiple Selection Group - https://help.acenji.com/#/./create-web-application/elements/multiple-selection-group/index

Was this article helpful?

No-Code App Builder