Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Cascading dropdowns are commonly used in various scenarios, such as address forms, product categorization, and any situation where the available options depend on a prior selection.

Demonstration

In my form control, I will incorporate two dropdowns. The initial dropdown will be populated with a list of individuals in EmpowerID. Subsequently, based on the selection from the first dropdown, I will dynamically filter the options in the second dropdown to display only the groups associated with the selected person.

Steps to create a Form

  1. Create a form, save it, and give it a meaningful name, such as CascadingDropdownForm.

    Image Added