Layout fields hold other fields. They can also have borders, labels and hints.
Properties
Label | Description | Type Name |
---|---|---|
Label | The label for this field | LABEL |
Show Border | Whether to show a border around this field or not. This property adds/removes a class on the field. The styling itself is controlled by the site's stylesheet | SHOWBORDER |
Show Label | Whether to show the label for this field or not. This property adds/removes a class on the field's label element. The styling itself is controlled by the site's stylesheet | SHOWLABEL |
Show | Sets when the container and the fields within it should be output. The following options are available: Always - the HTML will always be output. Form - the HTML will only be output when the page HTML is being rendered on the site (in 'standard' mode). Summary (Email) - the HTML will only be output when the page HTML is rendered in read only mode, without controls e.g. in emails. | SHOW |
Hint | Additional information displayed alongside the field to assist the user in completing it. The value of another field can be used by adding the field's name between # characters. See Common Field Properties for more information | HINT |
Additional Styling Modifier | An optional CSS modifier for the field. See Common Field Properties for an example | ADDITIONALSTYLINGMODIFIER |
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 March 09, 2023