W3cubDocs

/DOM

HTMLFormElement.length

The HTMLFormElement.length read-only property returns the number of controls in the <form> element.

Syntax

integer = form.length

Example

if (document.getElementById("form1").length > 1) {
  // more than one form control here
}

Specifications

© 2005–2017 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/HTMLFormElement/length