We have our own server with Kobo installed and working, but we have some error cases.
This case is:
We suppose that the form0’s url is [kpi].org/x/D7abc123.
If we open the form and complete some questions without submit the form and we close tab, if we open again [kpi].org/x/D7abc123 and we reveive message: “Unsabed Record Found”
If we choose LOAD RECORD, the record is loaded correctly.
BUT!!
In our implementation, we need to prefill some questions, so our complete link is
[kpi].org/x/D7abc123/?&d[_receptorId]=111&d[_checkId]=222&d[_appUser]=333
If we do the same with this link, enketo show the message
Unsaved Record Found
And we press LOAD RECORD but the records are not be charged.
I insist: we do exactly the same thing both times. The only difference is that we notice that when we do not have the parameters, enketo does load the information, but when the link has the parameters, it preloads correctly what it has to preload, but it does not load what it found “UNSAVED”.