Form Settings

Configure the settings for your form using the Form Builder.

Configure form

Configuring the Form Settings in Joget involves setting up the form structure and defining its properties to tailor it to your application's needs.

Fields to Configure:

  • Form ID: Unique identifier for the form.
  • Form Name: Name of the form.
  • Table Name: Database table name, limited to 20 characters. Joget will prefix app_fd_ to create the actual table in the database. For example, if your table name is an expense, the actual database table name will be app_fd_expense.
  • Description: Description of what the form intends to do. This is meant for developer/admin consumption only to describe the purpose of this element.

Advanced Settings

The Advanced Settings section allows more detailed configuration of the form's behavior and processing.

Data

The Data settings manage how form data is loaded and stored within Joget.

Fields to Configure:

  • Load Data From: The Load data store is responsible for populating form data. The default data store retrieves data from submitted forms.
  • Save Data To: The Store data store is responsible for storing the form data. The default data store stores data from submitted forms.
    Under normal circumstances, the Load and Store data store should be the same to maintain the same source for the data to be written to/read from.
  • Permission: Manage permissions to access this section. See Permission Control for details.
  • Unauthorized Message: The message is to be shown when permission is defined.

Post form submission processing

Post form submission processing in Joget involves defining actions to be executed after data submission.

Fields to Configure:

  • Post Processing Tool: Select a tool to execute based on the event below. See Map Tools to Plugins for available plugins.
  • Run Tool on:
    Choose when to run the selected tool:
    • Data creation
    • Data update
    • Both data creation and update
Created by Julieth Last modified by Aadrian on Dec 13, 2024