On my strictly HTML site, I have multiple forms that all need access to one select element, in order to send its context via POST to the server. I'd like to not resort to copying that element into each form. Is there any way of tying that element to multiple forms in HTML?
Asked
Active
Viewed 42 times
0
-
Is that can help you? https://stackoverflow.com/questions/8712398/multiple-forms-or-multiple-submits-in-a-page – Alyona Yavorska May 24 '20 at 20:45
-
Also some info in w3schools https://www.w3schools.com/howto/howto_js_form_steps.asp – Alyona Yavorska May 24 '20 at 20:47
-
Sadly it does not, but thanks for the links – UmBottesWillen May 24 '20 at 20:57