I was recently tasked with setting up a payment form that would span across two pages. The second form was dependent on information from the first so I needed to pass some data via the query string in order to update the second form.
After completing the first page of the form, the user would click an anchor and then be directed to the second form. Continue reading