Hello,
the application has a screen where the user can choose severalm items from a list.
There is a checkbox for each one.
[] X
[] Y
Then they are put inside an array when the form is submitted.
After this there are two forms and this information is needed again in the second form.
The solution I used was inserting the array in a cookie so it stays after the second form.
Does anyone haver other suggestions to solve this?
Thanks.