Okay, I'm still stuck with this problem. Here's a quick recap/summary :-
1. Page 1:User checks 3 out of 10 checkboxes and submits form to page 2
2. Page 2:Item count shows 3 items. User checks an additional 2
checkboxes and presses Update button. Item count now shows 5 checkboxes
are checked and "New" checkboxes remain checked.
3. Page 2:User is happy and submits form to page 3
4. Page 3:Form items are converted into printable text/data
Pedro Graca very kindly offered a solution using "header('Locati on:
<URL>')" which very nearly worked however my problem is that the form
data needs to be posted to the page 3 when the user is done (if not for
this then the solution was perfect). Using header() does not post the
data and from what I have read elsewhere there is no way of making it do
this.
I can think of a really ugly solution by way of changing the form's
action to page 3 the first time the Submit (to page 3) button is pressed
and tell the user to press it again to get to page 3 but I don't like
this much.
By the way, I really would prefer to avoid JavaScript.
Does anyone have any pointers on how I'm going to achieve this?
Thanks in advance for any help,
Pete.
1. Page 1:User checks 3 out of 10 checkboxes and submits form to page 2
2. Page 2:Item count shows 3 items. User checks an additional 2
checkboxes and presses Update button. Item count now shows 5 checkboxes
are checked and "New" checkboxes remain checked.
3. Page 2:User is happy and submits form to page 3
4. Page 3:Form items are converted into printable text/data
Pedro Graca very kindly offered a solution using "header('Locati on:
<URL>')" which very nearly worked however my problem is that the form
data needs to be posted to the page 3 when the user is done (if not for
this then the solution was perfect). Using header() does not post the
data and from what I have read elsewhere there is no way of making it do
this.
I can think of a really ugly solution by way of changing the form's
action to page 3 the first time the Submit (to page 3) button is pressed
and tell the user to press it again to get to page 3 but I don't like
this much.
By the way, I really would prefer to avoid JavaScript.
Does anyone have any pointers on how I'm going to achieve this?
Thanks in advance for any help,
Pete.
Comment