I have a shopping cart checkout form with multiple image submit buttons on it including "update count", "calculate shipping" and "finalize order". My problem is... what is the best way to hold onto the checkout form values such as name, address, email address, etc., when the user executes one of the submit buttons that performs a function (such as updating an item count or calculating the shipping amount) and then returns to the checkout form for completion. If the user has already keyed in some or all of the form, when the program returns to the checkout form, the values the user has already keyed in should still be on the form. Is there an easier way to pass the form values from page to page other that putting every one of them in the URL variable list on the action page? Am I missing something?
Thanks!
Thanks!