Offline Data Submition through AEM 6 forms | Community
Skip to main content
pinku72478
New Participant
October 16, 2015
Solved

Offline Data Submition through AEM 6 forms

  • October 16, 2015
  • 3 replies
  • 1347 views

Hi,

I have just started using Adaptive forms in AEM 6.

I have a requirement, where user can fill the form offline, it gets saved locally and the form data is submitted once he goes online.

I have read that it is possible using AEM 6 forms but did not found any useful documentation on this. Please help!

 

Thanks

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by smacdonald2008

Here is a community article about filling and adaptive form and submiiting to OSGi service. 

https://helpx.adobe.com/experience-manager/using/posting-aem-6-form-data.html

notice there is a save button. The data can be saved to the JCR.

Also notice there is a link to adaptive form docs

https://helpx.adobe.com/aem-forms/6/introduction-forms-authoring.html

The first article will get you up and running with adaptive forms and submitting to an AEM service defined in an OSGi.

However - at this point, if you mean to fill and save the form offline, then no for the time being  -- this capability is not supported. Eng has mentioned that this capability may be supported in an upcoming version of AEM Forms.

3 replies

smacdonald2008
smacdonald2008Accepted solution
New Participant
October 16, 2015

Here is a community article about filling and adaptive form and submiiting to OSGi service. 

https://helpx.adobe.com/experience-manager/using/posting-aem-6-form-data.html

notice there is a save button. The data can be saved to the JCR.

Also notice there is a link to adaptive form docs

https://helpx.adobe.com/aem-forms/6/introduction-forms-authoring.html

The first article will get you up and running with adaptive forms and submitting to an AEM service defined in an OSGi.

However - at this point, if you mean to fill and save the form offline, then no for the time being  -- this capability is not supported. Eng has mentioned that this capability may be supported in an upcoming version of AEM Forms.

New Participant
October 16, 2015

We are also facing same issue. AEM forms mentions an "offline" feature which is enabled via HTML workspaces. I could not find any example for the same.

Is it only applicable for Forms developed through Livecycle Enterprise Suite?

- Ashish

viveksachdeva
New Participant
October 16, 2015

Its about saving data OFFLINE. Some of blogs(like https://helpx.adobe.com/aem-forms/6/introduction-aem-forms.html) say that we have Forms Workspace to do it but could not find some sample implementation or blog for the same....

Has anyone implemented that?