Hi,
I have a html form that is split up into sections allowing the user to move back and fourth between pages to edit their input. The input is all placed into session variables and arrays.
I have a list which users can select multiple selections. This is passed into a session array no worries.
When a user goes back to the page containing the multiple select list is there an easy way to place 'selected' value on the appropriate places from the session array??
Cheers