I work on a form which is spread across multiple pages and I handle the submitted data with sessions. I want to make the navigation among these pages free, eg. use buttons [previus],[next], go to page [1]..[n]
When returning on the form already submited, I display the submitted values using php.
And here goes the problem: when the visitor modifies input values on a form which had already been submitted once and then submits the form (eg. moves to some other page), the modified values aren't submitted (the session variable values don't change). Where is the problem??? Thanks for your help!