Back to Content

HTMLInputElement: form property

files/en-us/web/api/htmlinputelement/form/index.md

latest634 B
Original Source

{{APIRef("HTML DOM")}}

The form read-only property of the {{domxref("HTMLInputElement")}} interface returns an {{domxref("HTMLFormElement")}} object that owns this {{HTMLElement("input")}}, or null if this input is not owned by any form.

Value

An {{domxref("HTMLFormElement")}} or null.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also

  • {{domxref("HTMLInputElement")}}
  • {{domxref("HTMLFormElement")}}
  • {{HTMLElement("input")}}
  • HTML form attribute
  • HTML forms guide