Skip to content

Function: extractForm()

ts
function extractForm(form): ExtractedForm;

Reads a tagged form into fields the SDK can snapshot and write. Hidden, submit, button, password and file inputs are omitted; radios and checkboxes sharing a name collapse into one field.

Parameters

ParameterType
formHTMLFormElement

Returns

ExtractedForm

Proprietary. All rights reserved.