Ok, now i am trying to make different forms in different pages like in this example:
first page ----- form 1
----- form 2
----- form 3
----- view all results
So in the first page you will be able to select from among three forms in any order you wan, and then view the results by clicking on the "view all results button".
The forms are simple 5 text inputs.... so how can i be able to make it?, i have tried using Session variables but i don't understand how to use them
can someone help me?