TRY NEW VERSION

Try now New API BETA

Try out the new view and capabilities of the API documentation

START

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)
});