remove method

remove(form_field)

Removes a form field with the specified name.

def remove(self, form_field: str):
    ...
ParameterTypeDescription
form_fieldstrThe case-insensitive name of the form field to remove.

Remarks

If there is a bookmark associated with the form field, the bookmark is not removed.

See Also