Hello, I have a web form that allows a user to place an order and then they click "Preview Order" so that they can make sure that the data is correct. What would the best way be to enable this ability? I suppose I could pass that information onto a second page by submiting the form and then on the second page allow the user to "Place Order" or is there a way to do all of this on a single page? When a user clicks 'Preview Order' that page posts back to itself and then displays the order in a CSS/HTML5 popup/overlay or just displays a table with all the information in it and the button changes to "Place Order" Thoughts?
↧