내 커뮤니티 업적 표시줄을 확대합니다.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

AEM 6.5 Form Submission Action

Avatar

Level 10

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.

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Employee Advisor

@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.

 

원본 게시물의 솔루션 보기

8 답변 개

Avatar

Level 9

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

Avatar

Level 10
Thanks Girish.

Avatar

Level 10
Thanks Girish. But It used to be an out of box option in earlier AEM versions correct? I never had to configure any wf or write any custom code for the same purpose. Thanks, Rama.

Avatar

Level 9
Yes we have removed it for security reasons and we do not recommend to store the data on the publish instance

Avatar

Level 10
I understand it now. Thanks Girish. But, is there any Submit action that I could demo quicly OOB, withoiut me configuring any WF or writing any code please?

Avatar

Level 9

No

Avatar

정확한 답변 작성자:
Employee Advisor

@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.

 

Avatar

Level 10
Thanks a lot Pulkit and Girish. This has worked and this is exactly what I have been looking for. Rama.