I am trying to pass a $page variable variable on a specific form so it knows which selection to come back into.
I have multiple sets of the advanced code pasted into on .php file and using the $page variable to select which machform it brings up.
the php file name is panfall.php and it requires the $page value to properly return it.
what happens now is the page is selected and it brings up the password form. Once I sumbit the password it comes back into the panfall.php page, but it does not have the $page variable to direct it back into the proper segment of code. Therefore it displays a blank page.
How can I get machform to pass the $page variable each time it reloads the page?