How to view user generated form data? | Community
Skip to main content
shubhamgargaem
December 22, 2018
Solved

How to view user generated form data?

  • December 22, 2018
  • 3 replies
  • 2687 views

HI,

I have made few forms using form container component and I configured action as "store data" and all the data has been stored under " /content/usergenerated" under my from id node.

but how to view this data in a systematic way where the author can search, filter, sort all the form data?

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 kautuk_sahni

You need to write a custom Form action and write a custom service to add the data to a JCR node. This article shows you how to write a custom AEM form action: Adobe Experience Manager Help | Submitting and processing form data using AEM workflows

Also, see: AEM 6.0 Forms Help | Submitting and processing form data using AEM workflows

3 replies

kautuk_sahni
Community Manager
kautuk_sahniCommunity ManagerAccepted solution
Community Manager
January 7, 2019

You need to write a custom Form action and write a custom service to add the data to a JCR node. This article shows you how to write a custom AEM form action: Adobe Experience Manager Help | Submitting and processing form data using AEM workflows

Also, see: AEM 6.0 Forms Help | Submitting and processing form data using AEM workflows

Kautuk Sahni
Adobe Employee
January 7, 2019

Hi,

Is this just a development exercise or are you planning to put this into a production system?

Regards,

Opkar

Amit-Tiwari
Level 4
January 7, 2019

Hi,

Try bulk editor

localhost:4502/etc/importers/bulkeditor.html?rootPath=/content/usergenerated/

here you can select your root path to the project specific and can see all data it supports custom properties