So we've got a pretty elaborate Form. The first part is 25 radio'd multiple choice questions with A B or C.
The values for A B and C are always the same, but may be in different spots. A=1 B=2 and C=3 in question one, but A=2 B=3 C=1 in question two.
After this form is submitted, it calculates which value has been chosen the most and redirects to one of 3 pages with a new form.
Our client wants the ALL the information, from form 1 and form2 in ONE spot. How do I pass all the values to hidden fields or something in form2? I think there is too much data to pass via query string?