Well I do want the 2 submit buttons to do the same thing, but each will submit a different form/data.
I'm just not sure how to get around "Because then, "Save 1" and "Save 2" will restore the most recently clicked Edit button." Basically load form one when "edit" is pressed. load form 2 when edit2 is pressed. when save1 is pressed submit only form1 when save2 is pressed submit only form2 My problem seems to be: press edit1 form1 loads ok press edit2 form2 loads ok but like you said pressing save will submit the most recent click. I am giving each edit button it's on "click" event, that calls the function needed. What am I forgetting here.
