Disable Form
This guide explains how to disable all form components using the disabled configuration item.
Disable Form Using disabled Configuration Item
Set the disabled configuration item to true in the form configuration to disable all components. Once disabled, form components cannot receive user input or interaction.
Disable Specific Components
Besides disabling the entire form, you can also disable specific form fields individually by setting the disabled property in each field's configuration.


