Skip to content

Field Usage Instructions

Field Identifier

The system automatically generates a default identifier for the field after dragging it into the panel, which can be modified according to business scenarios. Designers can use the identifier to listen and operate on fields in form scripts.

Notes

The rendered form uses the identifier to save data, so please ensure that the identifier is unique within the form designer; if it's a data table field, try to keep it consistent with the source data table identifier.

Field State Control

For field state control, designers can configure it through the field property panel; by setting judgment conditions, you can set the field's display, hide, enable, or disable state. Designers can also control it using the field's identifier in form scripts.

Field Validation

Field validation can be configured through the field property panel. Different fields have different validation rules. Designers can set them according to real business scenarios.

Field Option Data Settings

Fields such as radio button groups, checkbox groups, and dropdown selection boxes support static data and dynamic data settings. When dynamic loading of option data is needed, you need to configure dynamic data, which can be completed by assigning variables or method functions.

Notes

  • When setting dynamic data using Variable Assignment and Method Function Assignment, please note that the returned data must be an array

  • If the properties of items in the data are not storage value (value) and display value (label), they can be modified in the field settings.