Skip to main content
Version: v11.6.2

Form Configurations


The main features of a Form are as follows:

  • Title and Sub Heading can be set for the Form
  • Default Form Data can be set to value or bound to another widget like Data Table, List or Live Filter. These define the values to be displayed when the Form is first loaded
  • Dataset Value defines the Web service API or database API on which the insert or update operations will be performed. This is set to the Variable selected in the data selection step while configuring the Form

  Other Form Configurations include:

  • Set Validation Type at form level. It can be
    • Default: here the all failed validation messages will be shown under the corresponding field;
    • HTML: the HTML validations will be applied and displayed for the first failed field, the validation messages set at the field level will be displayed once the field loses focus;
    • No Validations: validations will not be performed in this case.
  • Define the Behavior in terms of
    • Method to be invoked - post, put or delete
    • Action to be performed in terms of Http request action path
    • Encoding Type
    • Target
    • Enable Auto Complete for the form fields
  • Caption properties in terms of Alignment, Position, and Size
  • Return Message configuration - whether inline or toaster, and content for call success and failure cases

Form Field Configurations include Display Properties:

  • Widget Representation,
  • Conditional Class Specifications

Form Actions include default actions of Save and Reset. You can add your own custom actions, if needed.