I want to be able to temporarily store a multi-page form and later add data to it. Is there any way to do that (from a browser).
In this case, it is about inspections of machines. Mechanics go the form in the browser and start using it. In between, repairs are carried out, so the have to save the form. Later the form will continue to be completed.
So an option to save a form and open it again later and continue filling it in.
Thank you again. But this is not the solution Iām looking for.
I need a option that the form is saved with the data to that moment (manual or automatically) and appears in a list. The name of the form should be the ordernumber.
So a mechanic can use the form. If they need to do some work: save the form. Go to work. And later (can be much more then 24 hours) go to the list of saved forms. Look for the form with the order number, open it en use it.
They can also work on multiple project at the same time. Therefor it is necessary to get a list with the different project forms.
As soon as the project is finished and they use the send option, the form is cleared en removed from the list.
Is this possible?
I misunderstood and thought it was more about the jobs being long, and they regularly clearing the form content.
With this fresh perspective, youāll need:
Members area (to provide an identifier of who is using/creating each form)
CMS to hold the form data while itās not in use
Repeater to display this info to the member - filtered to the current member
Code to display the correct info at the right time
Itās more complex than originally thought. Iām not aware of any tutorials that provide all of the info you need, but hereās one or two that have the foundations: