USECASE:
I had a form and it needs to automatically save its data after a given interval of time and retrieve it when user refresh the page. For that, I use `autosave` functionality of AEM Forms.
What I had done till now
According to Adobe doc:
The form is data and metadata is saved in /content/forms/fp/admin/drafts hierarchy.
Two nodes in drafts describes:
Problem
when I refresh the page, the from is not retrieving the saved value. Do I had missed something?
Any suggestions are welcome.
Thank you.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
If the data and metadata are being stored in the drafts node, then the auto save functionality is configured correctly. You're refreshing the adaptive form window that has the adaptive form url, but this url is only for the form and does not contain any information about how to prefill the form. It wont open a form with the saved values. To open a saved form (i.e. draft), normal refresh won't work. You will have to open the draft from the location where the drafts/submissions on your system are stored. By default, the location for drafts/submissions is - http://<Server Name>:<Port No>/content/geometrixx-gov/en/applications/myforms.html .
Views
Replies
Total Likes
Hi,
The saved forms are listed in a different location, http://<Server Name>:<Port No>/content/geometrixx-gov/en/applications/myforms.html
Hope this helps you with your query.
Views
Replies
Total Likes
Hi,
If the data and metadata are being stored in the drafts node, then the auto save functionality is configured correctly. You're refreshing the adaptive form window that has the adaptive form url, but this url is only for the form and does not contain any information about how to prefill the form. It wont open a form with the saved values. To open a saved form (i.e. draft), normal refresh won't work. You will have to open the draft from the location where the drafts/submissions on your system are stored. By default, the location for drafts/submissions is - http://<Server Name>:<Port No>/content/geometrixx-gov/en/applications/myforms.html .
Views
Replies
Total Likes