Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 1.06 KB

SubFormFieldRuleAction.md

File metadata and controls

26 lines (13 loc) · 1.06 KB

SubFormFieldRuleAction

Properties

Name Type Description Notes
hidden*required Boolean true to hide the target field when rule is satisfied, otherwise false.
type*required TypeEnum
fieldId String field_id or group_id is required, but not both.

Must reference the api_id of an existing field defined within form_fields_per_document.

Cannot use with group_id. Trigger and action fields must belong to the same signer.
groupId String group_id or field_id is required, but not both.

Must reference the ID of an existing group defined within form_field_groups.

Cannot use with field_id. Trigger and action fields and groups must belong to the same signer.

Enum: TypeEnum

Name Value
FIELD_VISIBILITY "change-field-visibility"
GROUP_VISIBILITY "change-group-visibility"