Custom Action Type AEM Form Core Component | Community
Skip to main content
Level 2
April 25, 2019

Custom Action Type AEM Form Core Component

  • April 25, 2019
  • 3 replies
  • 4280 views

Hi

Using AEM 6.3 , I am trying to add a custom action type in AEM Form Core Component. It had only 4 dropdown items. I successfully added the custom action in the container dropdown.

For the post action, I followed the steps given in this post.https://helpx.adobe.com/experience-manager/using/form_component_customaction.html

Adobe Experience Manager Help | Creating a custom action for an Adobe Experience Manager Form component

But I am not getting the data in backend on submit.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

3 replies

smacdonald2008
Level 10
April 26, 2019

Is it not submitting to post.POST.jsp?

smacdonald2008
Level 10
April 26, 2019

Also - just so you know - the article that you referenced was for AEM Form that you create by using AEM Foundation components. If the form core component does not meet your needs - look at using the foundation form components.

Level 2
June 4, 2019

It is submitting to post.POST.jsp , but could not get the backend service to work.

Level 3
October 20, 2020

Hi Shalini,

I have similar requirement to have a custom action type to submit to servlet. I haven't got any possible solution. Did you get any solution? @shalinigu2 

rsl_lucky
Level 4
November 22, 2021

Hi Shalini_Gupta  & tahir1601 ,

Have similar use-case to add custom action type in drop-down and to submit the form with inputs to other service calls. Haven't got any possible approach. Did you got any solution?