Skip to content

$Form

The client-side form host. It is injected only while a browser form script runs; it is not available to server workflow scripts.

1
const $Form: $Form;

Capabilities

Properties

  • $Form.element: jQuery instance of the form root element.
  • $Form.readonly: Indicates whether the form is read-only.
  • $Form.rebuild: Rebuilds the current form from its definition.
  • $Form.refresh: Refreshes the form so that bindings, rules, and visible controls are reevaluated.
  • $Form.sections: Defines the visible state of named form sections. Assign a supported form-section state such as Hidden.