Hey,
This is the principal you need:
The first form is submitted to a page which displays the info that was populated into the fields.
On this second page, the OK button submits this second page with all the variables (which have been passed over from first page).
Basically you need to split it into two seperate sections.
So, for the first form, you need to pass the varaibles from that to another. You can do this using SESSION or passing the variables through URL.
Check out:
http://mrarrowhead.com/php_tutorials..._variables.php -- it looks quite old, but it covers both of the above.
Have a read of that and let us know if you need any actual code help (if so, pls post your code here)
Ta