Space TimelineSpace Timeline

Field Types

Field Types

Fields of the following types can be used on wizard pages:

Type

(name in JSON code)

Description

Type

(name in JSON code)

Description

UI Element Widget

UIElementWidget

Displays a drop-down. UI Element Widget” field is currently only used to add the UI Element Widget.

Action
button

Buttons allow to navigate between wizard pages or call a specific action from the wizard. There are 10 predefined types of actions that can be performed, including going to the next or previous page, opening websites, uploading documents, restarting the wizard, and others. You can also create your own Action by writing custom JavaScript for it.

Checkbox Section
checkboxSection

Used when an only true or false value is needed. You can set different values for checked and unchecked values, for example, “1” and “2”, or ““1” and “2”, or “Yes”” and ““No” depending on the PDF forms mapping” depending on the PDF forms mapping.

Date
date

The date fields come with a built-in pop-up calendar to select the date. This also works for time only. You have several options, DateTime options, and can also customize your date setting.

Display Value
displayValue

A read-only field, that can have data mapped into it. It cannot be edited by the user filling out the form. It can be used to present data from the system, that cannot be modified, or to add data to the form in the background, invisible to the user.

DocumentViewer
documentViewer

Shows the image of a form in the PDF viewer.

Domain Single Selection
domainDropdown

Displays a drop-down that shows values from an existing domain and allows the user to select one of them. Multiple values cannot be selected.

Domain Multi Selection
domainMultiSelectDropdown

Displays values from an existing domain and allows the user to select several of them. Multiple values can be selected.

Domain Tile Selection
domainTilesMenu

Displays values from an existing domain as tiles with icons and titles. The user can select one or several tiles.

Single Selection
dropdown

Displays a configurable list of values and allows the user to select one of them. It can be formatted as an expandable drop-down list or as simple radio buttons. It does not link up to a specific domain. Multiple values cannot be selected.

Field Group
fieldGroup

A group of related fields. For example, several fields related to the phone number – country code, number, extension.
It can be made repeatable. If the user adds an additional entry, all fields are duplicated together. For example, when the user needs to add several phone numbers – home, business, mobile, etc.

Multiple Value Form Dropdown
formOptionMultiSelect

Shows values defined in the Form Dropdowns [329] domain. Multiple values can be selected.

Single Value Form Dropdown
formOptionSingleSelect

Shows values defined in the Form Dropdowns [329] domain. Only one value can be selected.

Separator
horizontalSeparator

Inserts a horizontal line separator that provides a little space between fields or breaks up sections, for easier readability. Can span several columns, as necessary.

Image
image

Places a specified image onto the page. It is used to brand a wizard with the company logo, or to create a header/footer for better readability. Preferably use an image with a transparent background.

Rich Text
metaFieldRichText

A static message, information, or instructions that can be formatted with Rich Text capabilities. Is not considered as data by the wizard.

Multiple Selection
multiSelect

Displays a configurable list of values and allows the user to select several of them. It does not link up to a specific domain. Multiple values can be selected.

Navigation Menu
navigation-menu

Creates a list of direct hyperlinks that appear as a navigation menu in the top part of the page or on the left side of the page. You must specify a set of pages using their respective Page IDs.
It must be created on each wizard's page separately.
May be useful as a directory at the beginning of the wizard or as an index at the end.

Section
section

A header for a new section within a page. Visually groups together in the following fields. Typically, full sections are made conditionally visible. Also, Sections are shown in a navigation panel, if the page setting Enable in-page section based navigation is turned on.

Single Text
text

It allows the user to enter short unformatted text or a number, which is then populated onto a PDF form. One of the most common field types.

Paragraph Text
textarea

Used to enter long unformatted text blocks. Usually, appear as "Note" fields on a PDF form.