Drag and Drop Fields — Output

The Output tab in the Field Options panel contains five display field types: Data Label, Free Text, Custom Label, Calculator, and HTML Field. These fields present information to agents but cannot be edited during a call. Drag any of these onto a script page to add them, then select the edit icon to configure.

The Data Label, Free Text, Custom Label, and Calculator field types all share a common Database tab. The full Database tab settings are documented once in the Database tab section at the end of this article.



Data Label

Displays a value pulled from a database field. The data is shown to the agent but cannot be edited — this is a read-only display field.

Tab 1 — Field Config

SettingDescription
Reference nameThe system-generated reference for this field. Can be edited.
LabelThe field name displayed on the script. Can be edited.

Tab 2 — Field Style

SettingDescription
VisibleControls whether the field is visible on the script when it loads.
Bold labelWhen enabled, the field label text is displayed in bold.

Tab 3 of the Data Label is the Database tab. See the Database tab section below.


Free Text

Adds a block of static or dynamic text to the script. You can include fill-points that pull in lead data — for example, the customer's name or an appointment date captured earlier in the script.

Tab 1 — Field Config

SettingDescription
Reference nameThe name for this field. Can be edited.

Tab 2 — Field Style

SettingDescription
VisibleControls whether the field is visible on the script when it loads.

Tab 3 of the Free Text field is the Database tab. See the Database tab section below.


Custom Label

Lets you build a single display field that combines multiple pieces of data. Use this to present composite information — for example, a customer's full address assembled from individual address line fields, or a summary sentence that pulls in several data points at once.

Tab 1 — Field Config

SettingDescription
Reference nameThe system-generated reference for this field. Can be edited.
LabelThe field name displayed on the script. Can be edited.
TemplateSelect from System Fields or Page Fields to insert data placeholders into the label template. These are rendered dynamically when the script loads.
PreviewShows how the completed label will appear when the script is live.

Tab 2 — Field Style

SettingDescription
VisibleControls whether the field is visible on the script when it loads.
Bold labelWhen enabled, the field label text is displayed in bold.

Tab 3 of the Custom Label is the Database tab. See the Database tab section below.


Calculator

Performs a calculation and displays the result on the script. Other script fields can be referenced in the formula, allowing the output to update dynamically as agents enter or change values during a call.

Tab 1 — Field Config

SettingDescription
Reference nameThe system-generated reference for this field. Can be edited.
LabelThe field name displayed on the script. Can be edited.
MathEnter the calculation to perform. Use the dropdown to reference other script fields as variables within the formula.
PreviewDisplays how the calculated result will appear when the script is live.

Tab 2 — Field Style

SettingDescription
VisibleControls whether the field is visible on the script when it loads.
Bold labelWhen enabled, the field label text is displayed in bold.

Tab 3 of the Calculator field is the Database tab. See the Database tab section below.


HTML Field

Lets you insert custom HTML directly onto the script page. Use this to add bespoke formatting, structure, or presentation elements that go beyond what the standard fields provide.

Tab 1 — Field Config

SettingDescription
Reference nameThe system-generated reference for this field. Can be edited.
Add at cursorSelect a field from the dropdown to insert a data reference at the current cursor position in the HTML code.
PreviewDisplays how the HTML will render when the script is live.

Tab 2 — Field Style

SettingDescription
VisibleControls whether the field is visible on the script when it loads.
Note. The HTML Field does not have a Database tab. It is the only Output field type that works solely with the code entered in Tab 1.

Database tab

The Database tab is present on the Data Label, Free Text, Custom Label, and Calculator field types. It controls how the field links to your data tables.

SettingDescription
Use database field or global fieldChoose whether to populate this field from a database column or from an existing global field on the script.
Duplicate script fieldsShows any other fields in the script linked to the same database column. Changes to one will affect the other.
Select customer data tableSelect the data table you want to link this field to.
Choose database fieldSelect the specific column from the chosen table to link to this script field.
Create a new fieldOpens options to create a new database field if the one you need does not exist.
Create a new tableOpens the Contact Data Tables page in a new tab where you can create a new data table.

Related articles