GetFormValue
function GetFormValue(internalId: string): "null" | string | boolean
Description
Returns a value of the specified form.
Parameters
- internalId
string
A unique internal identifier of the form.
Returns
"null" | string | boolean
function GetFormValue(internalId: string): "null" | string | boolean
Returns a value of the specified form.
string
A unique internal identifier of the form.
"null" | string | boolean