This is what I want to do:
Create two forms, with two submit buttons. If form one is submitted, than the fields in the first form is processed. If form two is submitted, than the fields in the second form is processed. How can I include two forms on one page without the fields in one form mixed with the fields in the other form, when submitted? Thank you.