GetFormValue

GetFormValue(internalId) → { null | string | boolean }

Returns a value of the specified form.

Parameters:

Name Type Description
internalId string

A unique internal identifier of the form.

Returns:

Type
null | string | boolean

Example

Copy code
window.Asc.plugin.executeMethod ("GetFormValue", ["1_713"], function (res) {
    console.log (res)
});