I'm trying to create a pricing calculator similar to the one we already have at http://www.fidelisartprints.com/?p=1685. One that would collect the data and email us to request a quote.
I'm attempting to break it down into a multi-page form, providing more detailed information/instructions for each step in the process.
The question at hand is, can I pass the form fields from one form page to another, so that I can display a calculated total on the last page of the multi-page form?
For example, one page would have a quantity field and another would have the height and width fields. The final page would therefore have pre-populated field displaying the total cost per square inch (Q * H * W).
Is this possible, and if so, what would be the best way to approach it?
Thanks in advance,