Hi forum,
I am creating poll pages where each page has multiple selection for 2
questions.. I am using the post method to store the variables..
The problem I am having is that after posting the variables for each page,
(there is a total of 5 pages each with 2 questions) the posted variables for
all pages except the last page (Page 5) are lost... only the last posted page
(Page 5), retains variables...
I am using one page to attempt to store all 5 pages variables.. but this doesnt
appear to work. Do I have to use a single post page for each page I am
wanting to store a variable for?
Note: I am using the post method on each of the 5 pages.
Thanks for any helpful info on this