Working on a new site. As part of that I've made a new admin menu item that allows the user to enter a vendor SKU or a manufacturer's part number and use a vendor API to find a product skeleton.

I have all that part working and have all the product info sitting in $_POST fields ready to be processed on the "Is this the one?" confirmation screen.

What I would really like to do with this is pass the $_POST over to collect_info.php and allow it to handle the editing and actual product insertion. I think I see how to bypass collect_info and go to preview_info, but I'd rather not do it that way.

Can I do this or will I have to settle for preview_info?