I need to print out some pics a user selects onto a A4 size page. Since form.printform only prints what is visible (which is less than the size of a A4 page) can I call 2 print forms and have them print on the same page.
ie:
form4.printform
form5.printform
Right now they print what I need but on seperate pages. can they be combined?
