Hi;
I'm trying to use the post submission hook to manipulate data collected by a multi page form. When I use the entry object to retrieve the data, I get all the inputs on the first page but not the ones on the second and third pages:
$entry["0"], $entry["1"], $entry["2"] are on the first page and the input values are retrieved fine. $entry["3"], $entry["4"], $entry["5"] are on the second and final page but none are retrieved for some reason.
I failed to locate any info on this in the docs or the forums.
Thanks in advance for the help !
KP