Removes the form field from the Text Control document.

<void> FormFieldCollection.remove(<FormField> formField, [<RequestBooleanCallback> callback], [<ErrorCallback> errorCallback])

Parameters

Parameter Description
formField Specifies the form field to remove.
callback Optional. Receives whether the form field could be removed.
errorCallback Optional. Is called when the operation failed with an error.