Universal Form Field Attributes¶
Global properties for form elements
name¶
- Variable type
- String
- Description
- The name of the form element
- Mandatory
- No
value¶
- Variable type
- String / Array
- Description
- The field’s prefill value (string) or the selected values for a multiple select field (array).
- Mandatory
- No
property¶
- Variable type
- String
- Description
- As an alternative to working with a field name and field value, the field can be provided with a property in the format of an f:form object. The name and value properties are then set automatically.
- Mandatory
- No