Skip to main content

ElementCreateForm

Callable

  • ElementCreateForm(ID: string): HTMLFormElement

  • Creates a new from element in the main document.


    Parameters

    • ID: string

      The id of the form to create

    Returns HTMLFormElement