Is it possible to attach an input element to more than one form? I know HTML5 allows you to specify a form an element belongs to by form's ID. But is it possible to attach it to like multiple ID's?
It seems nice to do all that without any javascript/JQuery, which is the alternative.