I have a web page with 3 forms on it. Not nested, just one after the other (they are almost identical, just one hidden variable that\'s different). A user will only fill i
To get the form that the submit is inside why not just
this.form
Easiest & quickest path to the result.