Form Attribute
<input form ='form id'>
Explanation
Form attribute indicates the forms, related to the <input>.
Example Code:
Result :
- "Space separated list" of form ids can be used to refer multiple number of forms.
- It is possible to place the input field on out of a HTML form.
Limitations:
It is applicable in all the browsers but except the "Internet Explorer".