I've got a 2 page form in which I would like to display some of the data from page 1 on page 2. I understand how to hook into the form to customise the display on the second page but I don't know how to get at the values of the fields from the first page.
gform_post_paging only gives me the form array which doesn't seem to contain the values. Do any of the other form submission hooks/filters fire between pages? If not, is there a function or global I can access to get at the field values? Or, as a last resort, do I have to dip into the $_POST array?
Any pointers appreciated.