answer to this picture

How to implement a multi-page form with save and previous navigation in ChronoForms.

Overview

The user cannot locate the built-in previous button event and needs to understand where to add a status column for saving form progress.
Use a renamed submit button to act as the previous button. Add a status column to your database table and update it to 'saved' on each page submission, checking this status during form processing to prevent final submission until complete.

Answered
ChronoForms v5
do dominusgai 21 Mar, 2017
Answer
Sir, can you please help me with a comprehensive answer to this picture. This is the answer i first recieved.

(The Previous button should redirect to the previous form page. You can save to the database table when each page is submitted. To allow editing add a status column to the form. Change the status to 'saved' when the form is finally submitted. Check the status when you read the data - if it is set to save then stop the form processing as in 1. above.)

Sir, I did not see any previous button event in the form, I had to rename a submit button to previous so I could explain what I mean. Can you please show me where that button is?
I also cannot see the status column, can you help me with that too?
Also, where would the status column be placed, is it on the on load or on submit event?
If its not too much to ask, can you send pictures of this request?

I can't seem to attach the picture with my phone, but here is the topic am referring to
http://www.chronoengine.com/forums/posts/t103189/i-want-to-know-how-to-apply-these-settings.html
This topic is locked and no more replies can be posted.