The HTMLFormElement.length read-only property returns the number of controls in the <form> element.
integer = form.length
if (document.getElementById("form1").length > 1) {
// more than one form control here
}
© 2005–2018 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