I am new to Chronoforms.
I am making a multipage form. I want the user to be able to save their form at any point, and then come back later and resume filling it out.
Is there an example of how to do this somewhere?
I am making a multipage form. I want the user to be able to save their form at any point, and then come back later and resume filling it out.
Is there an example of how to do this somewhere?
Hi holmesg,
There may be one in the forums somewhere.
The main steps are (a) do a DB save on the submit of the first form page. Get the Primary Key of the new record and make sure that is included in each page from then on (there's a FAQ about this). Add a DB Save to each remaining page.
Make sure that if the user comes back later there is a way that they can re-access the same record - how this works will depend on how you have the site set up.
Bob
There may be one in the forums somewhere.
The main steps are (a) do a DB save on the submit of the first form page. Get the Primary Key of the new record and make sure that is included in each page from then on (there's a FAQ about this). Add a DB Save to each remaining page.
Make sure that if the user comes back later there is a way that they can re-access the same record - how this works will depend on how you have the site set up.
Bob
This topic is locked and no more replies can be posted.