Appearance
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
| Parameter | Type |
|---|---|
form | HTMLFormElement |