Hi, I'm new here.
i have a problem with forms, i have forms divided in sections, 3 forms in total.
1st for general information, 2nd for company information and the 3rd one for finance information.
i want to save all information in database only when 3rd form is filled, i manage to pass the information from one form to another using php $_SESSION. but my problem is when the user is working on 2nd form and click on back button to go the first form, the 1st form is empty. i want that all form have information, and only clean the form info when user click on submit button.
how can solve this problem. plz help me.
Thank you.