You can design your forms in the Design window. The Design window is divided into the following parts:
- Dialogs: This is also called the Component Menu, you can access the main components for building your forms/dialogs.
- Inputs: Enables you to access the data elements and data control types that are used for displaying and capturing data within a script.
- Design: The main areas that enable you to design or create the form/dialog.
Dialogs
The screens that you create appear under the Dialogs area, they are individual screens that are presented to the agent.
Resources
Resources are items that can be used within a dialog and they include:
Inputs
The inputs/data control menu provides access to the data elements and data control types that are used for displaying and capturing data within a script.
- The Data field enables you to select the data field that you want to add to a dialog.
- The Value field can be used to specify a default value to the data element being added.
The Elements section contains a list of all the data types (controls) that can be added to a script. You can insert a control in a script by double-clicking the control.
The following controls are available:
Design
You can use the tools present in the design screen to create a form/window.
IFrame Control
The IFrame control is found only in the dialog editor controls.
An IFrame enables you to embed a URL inside the script. When adding an IFrame to a dialog, a set of properties required for creating the IFrame is displayed. In general, you should provide the URL, width, and height for the frame.