Hi,
I'm new into AEM and currently exploring AEM forms.
I'm trying to store form data in local storage and restoring it later on as a simple task. Can anyone help me how to proceed for this.
Thank You
Rizuwan
Solved! Go to Solution.
here is the article with the demoassets
You mean as part of workflow?
lokking fir something like this?
Thank you for the reply,
Actually, not as part of workflow. but can we write some client library to achieve this.
thank you
Views
Replies
Total Likes
Yeah the form would something like, saving the form state and restoring it, how it is achieved here.?
https://forms.enablementadobe.com/content/dam/formsanddocume
Views
Replies
Total Likes
did you try the link I sent in the previous reply? is that something you want ?
Views
Replies
Total Likes
Yes, i have tried the link and something like this functionality i want achieve
Views
Replies
Total Likes
ok, great. I will post a quick write up and post the link here soon
Views
Replies
Total Likes
Thank You very much.. workflowuser that would be really helpful.
Views
Replies
Total Likes
Yes, you can.
Step1: Think of an event at which you want to capture the data.
Step 2: On that event, call guideBridge.getDataXML
to retrieve the data. API reference Adobe Experience Manager Help | Prefill adaptive form fields
Step 3: Save the Data as XML
Step 4. Reload the form with the XML. Follow the steps mentioned at Adobe Experience Manager Help | Prefill adaptive form fields
Your data can be loaded from a local, server or even CRX as well. Even if you want to persist the complete state of the form you can do that as well.
I will post my article by end of day today with the assets needed to run on your local system
Views
Replies
Total Likes
here is the article with the demoassets
Thank You very much workflowuser,
Saving And Retrieving Adaptive Form Data , this was very well detailed explation, for a begiiner like me, it really helped.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies