Creating or configuring forms > Configuring the <components> element > Configuring an inferred values drop-down list

6.1.6 Configuring an inferred values drop-down list

The inferred values component enables you to have a drop-down menu that is generated at the time the page is loaded, instead of when the configuration file is read. This enables you to configure a component that has dynamic values that change depending on the current state of your environment. There are two ways to source the values that populate the dynamic drop-down menu:

You can use a URL to read in an external script or XML file.

You can retrieve values from Moab.

To add/delete/modify an inferred values drop-down list

  1. Open the appropriate XML file located in the Viewpoint home directory. Locate the <components> element.
  2. Create the <component> with a unique id.
  3. Determine whether to populate the dynamic drop-down menu using a suggest box or from a URL.

Related topics