The form Attribute


« Previous Next »

The input form attribute specifies the form the <input> element belongs to.

The value of this attribute must be equal to the id attribute of the <form> element it belongs to.







Live Demo & Try it yourself!