Expand my Community achievements bar.

Form posting data is not visible

Avatar

Level 3

Hi Experts,

I am new in AEM Forms. I just created an adaptive form through XML Schema following the example https://helpx.adobe.com/aem-forms/6/adaptive-form-xml-schema-form-model.html 

I am able to render my form . I am submitting the form through "Store Content Action". The form is submitting correct. 

However, I am not able to find the stored content.  I am going to "Adaptive Form Content --> Edit -->Store path" but its not showing anything. 

Please suggest what I am missing. 

7 Replies

Avatar

Level 10

Follow this AEM Forms article - you will learn how to write an AEM service and post Adaptive Form data to it. 

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

The data will not be lost. You will see the posted data into the service - which as an example writes it to a log file. But once in the OSGI service - you can do anything with the data. 

Avatar

Level 3

But I dont want to write a custom action for the same. I am using AEM "Store Content Action" out of the box.

However, I can see the stored content when I create an adaptive form without XML schema. 

Avatar

Level 10

Are you seeing error messages in the log when you use XML schema? Is your XML schema valid? 

Avatar

Level 3

I just copied this example

https://helpx.adobe.com/aem-forms/6/adaptive-form-xml-schema-form-model.html  

No error message. XML Schema is valid. After submission I am getting success message. 

Avatar

Level 10

What about creating an Adaptive form by dragging and dropping AEM components as shown in the 1st article.

I have never had an issue creating a form by Drag and Drop.

I will pass this to other Forms Adobe Experts that may be able provide details about XML schema issues. 

Avatar

Level 3

Adaptive forms are working without XML Schema. 

Avatar

Level 10

XML schema may have a bug - i will log a bug. I recommend using the Drag and Drop way for building Adaptive forms.