Hi,
I'am looking for help about a PHP/FORM coding problem :
I try to use the same php file to generate several different forms and using POST method. For example, the client must get date and time on the first page, click on NEXT to validate, getting a secong page to fill a comment field, click to NEXT to validate ... AND ALL OF THAT INSIDE ONLY ONE PHP FILE, USING $step as variable to generate first or second page.
My problem is : at the step 2 (second page), i can display information form the first page's form. but at the step 3 (third page), form's field form the second page's form are empty !
Any solution or impossible !
Thanks
Jean-Pascal from PARIS