Ah, that's much simpler than I expected. I guess in as overthinking it. Thanks again!
-Dan
What if I needed to target one of the copies (instead of all forms with the same ID)?
What if I needed to target one of the copies (instead of all forms with the same ID)?
Use
form.getFormElem()[0]
to get the actual HTML <form> element.