Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list
SOLVED

How to view user generated form data?

Avatar

Level 1

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?

1 Accepted Solution

Avatar

Correct answer by
Administrator

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

0 Replies

Avatar

Correct answer by
Administrator

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

Avatar

Employee

Hi,

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

Regards,

Opkar

Avatar

Level 4

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