AEM 6.5 Form Submission Action | Community
Skip to main content
AEM_Forum
Level 10
June 27, 2021
Solved

AEM 6.5 Form Submission Action

  • June 27, 2021
  • 3 replies
  • 1728 views

Hi,

 

Kindly suggest how to configure AEM 6.5 Form Submission Action to store form data in JCR.

It used to be an out of box option in earlier AEM versions.

 

Thanks,

Rama.

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 Pulkit_Jain_

@aem_forum 

For your demo, you can use the OOTB Forms Portal Submit Action that saves the data in the CRX in the form of XML under /content/forms/fp/admin/submit/[metadata/data] but as @girishbedekar advised, we don't recommend using this approach for known reasons.

 

Hope this helps.

 

3 replies

Level 8
June 27, 2021

If you just want to store the data as an xml file you can configure the form to submit to an AEM workflow 

otherwise you will have to write some custom code to do the same

AEM_Forum
AEM_ForumAuthor
Level 10
June 28, 2021
Thanks Girish.
Level 8
June 28, 2021

No

Pulkit_Jain_
Adobe Employee
Pulkit_Jain_Adobe EmployeeAccepted solution
Adobe Employee
June 28, 2021

@aem_forum 

For your demo, you can use the OOTB Forms Portal Submit Action that saves the data in the CRX in the form of XML under /content/forms/fp/admin/submit/[metadata/data] but as @girishbedekar advised, we don't recommend using this approach for known reasons.

 

Hope this helps.

 

AEM_Forum
AEM_ForumAuthor
Level 10
June 28, 2021
Thanks a lot Pulkit and Girish. This has worked and this is exactly what I have been looking for. Rama.