Hello,
I have a multi-page form which on page 1 asks for selection data, and on page 2 displays the result in a summary table.
I want page 3 to display details of a selection from this summary table.
However the array data I retrieved in a php action on page 2 is not visible in page 3. I placed the array in a hidden field, so I expect ed that the array would be visible in the page 3 context.
Also,I did not see how I could return the data in a var at the end of the php action. I am sure this is covered somewhere in the documentation but I did not find it anywhere.
Cheers
Tim
I have a multi-page form which on page 1 asks for selection data, and on page 2 displays the result in a summary table.
I want page 3 to display details of a selection from this summary table.
However the array data I retrieved in a php action on page 2 is not visible in page 3. I placed the array in a hidden field, so I expect ed that the array would be visible in the page 3 context.
Also,I did not see how I could return the data in a var at the end of the php action. I am sure this is covered somewhere in the documentation but I did not find it anywhere.
Cheers
Tim