Class Form

All Implemented Interfaces:
Container<HTMLFormElement,Form>, Finder<HTMLFormElement>, HasElement<HTMLFormElement,Form>, HasHTMLElement<HTMLFormElement,Form>, IsElement<HTMLFormElement>, TypedBuilder<HTMLFormElement,Form>, Component, Modifiers.Horizontal<HTMLFormElement,Form>

A form is a group of elements used to collect information from a user in a variety of contexts including in a modal, in a wizard, or on a page. Use cases for forms include tasks reliant on user-inputted information for completion like logging in, registering, configuring settings, or completing surveys.
See Also: