Creating Custom Action with Core Form Container
Tried below approach to create custom form action, this works for foundation form container but not for the core adaptive forms container component.
Writing a Custom Submit in AEM Forms | Adobe Experience Manager
After checking error log, there is a null pointer exception.
java.lang.NullPointerException: null
at com.adobe.aem.forms.af.rest.internal.servlets.AdaptiveFormSubmitServlet.doPost(AdaptiveFormSubmitServlet.java:253) [com.adobe.aem.com.adobe.aem.forms.af.rest:1.0.54]
Any pointers on how to support this with core adaptive form components?
