Is to possible to submit two forms simultaneously with either javascript or a submit button?
Form structure is ok something like this:
<form name="form1" method="post">
.........
</form>
<form name="form2" method="post">
.........
</form>
And get the data from the two in a array?