Hello I have a question about AEM Adaptive Forms being submitted
Scenario: For the sake of simplicity, I have my submission action set to the OOTB email action.
As I monitor the submission action from an Adaptive Form, In the network tab, I realized that there are 2 requests applied.
1. */jcr:content/guideContainer.af.internalsubmit.jsp
- What is this actually doing?
- Where can I read the implementation for this?
2. */jcr:content/guideContainer.af.submit.jsp
- What is this actually doing?
- Where can I read the implementation for this?
* both requests above are run in order.