I am designing a site which will have users register, log in and then fill out a questionnaire form which will be on multiple pages. When a user clicks on each submit button I want the form to save the data to the same record in a database table and then proceed to load the next part of the form on the next page. I don't want to pass the data from page to page and then save to the database on the last page of the form.
Are there any tips, tricks or other things I need to be aware of or watch out for when coding this?
Are there any tips, tricks or other things I need to be aware of or watch out for when coding this?