AEM Form Component - Custom Action Type | Community
Skip to main content
Level 4
March 21, 2022
Solved

AEM Form Component - Custom Action Type

  • March 21, 2022
  • 1 reply
  • 1126 views

Hello, 

Is there any way to create custom action type in AEM form container. Currently it has the following options but I wanted to add one extra field like payload using API call. Also Is there any document, to refer how to create custom action type and how to make API call with the form data. I want to do this with form component not with Adaptive form. 

 

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 lukasz-m

Hi @tessa_learner1, please have a look on following comment in different thread https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/form-core-component-submission-using-custom-action-type/m-p/438243/highlight/true#M125129 - I have described there step by step (with code example) what needs to be done to add new Action Type.

1 reply

lukasz-m
Community Advisor
lukasz-mCommunity AdvisorAccepted solution
Community Advisor
March 21, 2022

Hi @tessa_learner1, please have a look on following comment in different thread https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/form-core-component-submission-using-custom-action-type/m-p/438243/highlight/true#M125129 - I have described there step by step (with code example) what needs to be done to add new Action Type.

Level 4
March 23, 2022

Hi @lukasz-m  Thank you. I have added the custom action type. I just want to call third party API to get the form details and send success or failure message according to that. Can you help me regarding it ?