Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel
borderColorgreen
borderWidth1
titleBGColor#ddffcc
borderStylesolid
titleDefinition

Multi Paged Form enables one to incorporate multiple forms in one single form, in a simple and elegant way.

Panel
borderColorpurple
borderWidth1
titleBGColor#ddccff
borderStylesolid
titleNew Feature

This feature has been enhanced in Joget Workflow v6.

  1. AJAX Rendering


Image AddedImage Removed

Figure 1: Screenshot highlighting Multi Paged Form element in Form Builder


Figure 2: Multi Paged Form Properties

NameDescription
IDElement IDLabelElement Label to be displayed to end user.
Number of PagesNumber of pages to be presented in Integer.
AJAX Rendering?Renders page only when clicked. This option improves loading times if end user does not use all the forms and number of pages is large.

 

Figure 3: Multi Paged Form Properties - Page

NameDescription
Label

Page name displayed in the form of breadcrumb or tab, depending on its setting in the UI.

FormTarget Form.
Readonly?

Determines if the page is editable.

DIsplay field as Label when readonly?Displays the value of the element as plain text when element is set to "Readonly".
Parent Form Field to keep Child Form ID

ID of the field in the parent form to store the page's primary key. Page data will be loaded based on the record ID retrieved from this field.

Child Form Field to keep Parent Form ID

ID of the field in the page form to store the parent form's primary key.

Validate when change page

Performs validation on page change upon changing pages if checked.

Info
titleImportant Note about Parent Form Field to keep Child Form ID

This field must be specified if the individual form is not storing into the same table as the parent form.

Field specified does not need to be first created in the parent form.

...