Skip to main content

FormData

The FormData class represents data associated with a form, including control values, a secret key, and document ID, and provides a method to create an instance from a FormInstance.

Properties

NameDescription
DocumentIdThe ID of the document associated with the form.
SecretKeyA secret key used for form-related operations.
ControlValuesA dictionary containing the control names as keys and their corresponding values as the data for the form's controls.

Methods

NameDescription
FromFormInstance(formInstance)Creates an instance of FormData from a given FormInstance.