Universal Form Field Attributes¶
Global properties for form elements
name¶
- :aspect:`Variable type`
- String
- :aspect:`Description`
- The name of the form element
- :aspect:`Mandatory`
- No
value¶
- :aspect:`Variable type`
- String / Array
- :aspect:`Description`
- The field’s prefill value (string) or the selected values for a multiple select field (array).
- :aspect:`Mandatory`
- No
property¶
- :aspect:`Variable type`
- String
- :aspect:`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.
- :aspect:`Mandatory`
- No