Skip to content

sections

Specifies defined form sections.

Type

object

Declaration

1
 object $Form.sections

Remarks

Example

1
2
3
if ($Xml.EvaluateBoolean('SomeCondition')) {
$Form.sections['MySection'] = 'Hidden';     // set MySection to Hidden state.
}