PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Passing lots of data from 1 form to the next

  1. 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?

    Posted 12 years ago on Tuesday August 7, 2012 | Permalink