This field is used in older style subsite configuration forms to hold name/value pairs of settings. Most GOSS developed themes now use dedicated asset pickers and text input fields.
Properties
Label | Description | Type Name |
---|---|---|
Default | A JSON string that represents an array of the name/value pairs to be displayed when the form is first displayed. For example:[{"name":"Name1", "value":"Value1"},{"name":"Name2", "value":"Value2"}] These name/value pairs will be used to initialise the input rows in order | DEFAULT |
Handlers | A JavaScript function that is called whenever a field event is triggered. This function is executed client-side whenever the page loads, or whenever the field changes. It is useful for modifying the values of other fields based on an entered value | HANDLERS |
Label | The field's label | LABEL |
Max Rows | The maximum number of rows allowed. Leave empty to allow an unlimited number of rows | MAXROWS |
Minimum Rows | The minimum number of rows allowed. Leave empty to allow zero rows | MINROWS |
Name Column Label | The text to be displayed above the column of "names" | NAMECOLUMNLABEL |
Value Column Label | The text to be displayed above the column of "values" | VALUECOLUMNLABEL |
Documentation | Add documentation to your field to help explain any complex functionality to future users. You might include information on what the field does and how it relates to other fields on the form. Notes added here are only ever visible in the Forms Designer, they can be searched for, viewed and downloaded from the action panel. See Common Field Properties for an example | DOCUMENTATION |
Last modified on July 08, 2022