Hi Erin...
I am working on a script to show you what to do.
Email me: matt@rbsnz.com and I will send it to you if I can get it going!
Matt
I have had a play with this...as you are using UD to do the coding, and as the function/script
<%=MM_editAction%> is obviously critical to the whole process, I would suggest that you change where this is called and instead have the script run as page2.asp loads. You can then set the form method to POST to page2.asp.
As far as I am aware you may only have one method and action on a form.
Let me know via email how you go.
Matt
Try naming the forms. <FORM Name='' ...>
Then add the Name to the code on the second page. Each submit button should only work for the form that it is in.