|
Title: input near the form Post by: Coder on April 19, 2021, 12:38:15 PM source:
Code: <input result: Code: <input form="someForm" CAN BE add attr FORM to hidden input ?: Code: <input type="hidden" Title: Re: input near the form Post by: Coder on April 19, 2021, 02:26:57 PM now I use
Code: document.getElementsByName('someName')[0].setAttribute('Form','someForm')on onSubmit event |