I have this setup where I select as many orders as I want, it brings all the important information from the orders onto a single page where I can review and make changes if needed then export.
Problem:
I use text boxes so that I may edit the information, if I select multiple orders.. all of the text boxes will have the same name.
How would you code this so that each order has a different prefix for their text box names? The data also has to be read by an export script, so I would need to loop it there as well to read the text boxes. Any ideas?