Back Forward Dynamic Select control

Dynamic Select exampleThe Dynamic Select control is an optional feature you can add to user forms (through HTML rules, harnesses, or sections) and other HTML forms to speed user input.

This control provides a dynamic alternative to the normal (static) HTML SELECT element below:

<select Name="name" >
    <option Value="red">Red</option>
    <option Value="yellow">Yellow</option>
    <option Value="green">Green</option>
</select>

When presented, a static option list presents a fixed list of choices determined in the HTML code. In contrast, the Dynamic Select control displays a drop-down list that contains values returned from an activity.

definitions AJAX, harness form, lookup list, section
related topics Harnesses, Sections, and Flow Actions — Adding a Dynamic Select Control
Dynamic Select controls — Internal Operations and advanced features

UpDefinitions — D