Skip to main content

GetFormValue

Returns a value of the specified form.

Syntax

expression.GetFormValue(internalId);

expression - A variable that represents a Api class.

Parameters

NameRequired/OptionalData typeDefaultDescription
internalIdRequiredstringA unique internal identifier of the form.

Returns

null | string | boolean

Example

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