SetFormValue
function SetFormValue(internalId: string, value: string | boolean): void
Description
Sets a value to the specified form.
Parameters
- internalId
string
A unique internal identifier of the form.
- value
string | boolean
Form value to be set. Its type depends on the form type.
Returns
void