SOLVED

Re: Multiple copies of same form on a page problems...

Go to solution
Dan_Cunningham
Level 2

Re: Multiple copies of same form on a page problems...

Ah, that's much simpler than I expected. I guess in as overthinking it. Thanks again!

-Dan

Earl_Catapang
Level 1

Re: Multiple copies of same form on a page problems...

What if I needed to target one of the copies (instead of all forms with the same ID)?

SanfordWhiteman
Level 10 - Community Moderator

Re: Multiple copies of same form on a page problems...

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.