I have an adaptive forms which works on Chrome and Firefox but it didn't on IE11, on each browser I get the next warning messages:
*WARN* [127.0.0.1 [1517448203385] POST /content/forms/af/AM_Women_Newsletter_1_folder/AM_Women_Newsletter_1/jcr:content/guideContainer.af.internalsubmit.jsp HTTP/1.1] com.adobe.aemds.guide.utils.SubmitDataCollector templateKey not found in merge json:submissionMetaInfo
*WARN* [127.0.0.1 [1517448203385] POST /content/forms/af/AM_Women_Newsletter_1_folder/AM_Women_Newsletter_1/jcr:content/guideContainer.af.internalsubmit.jsp HTTP/1.1] com.adobe.aemds.guide.utils.SubmitDataCollector templateKey not found in merge json:guideGlobalLazyField
But after that on Chrome and Firefox still works, and immediately after, it seems like a POST is made via this jsp file:
POST /content/forms/af/AM_Women_Newsletter_1_folder/AM_Women_Newsletter_1/jcr:content/guideContainer.af.submit.jsp HTTP/1.1] org.apache.jsp.apps.fd.af.components.guidesubmittype.storeandemail.post_POST_jsp
But on IE11 the form appeared to submit, but but did not redirect to the thank you page, it seems like the post made by submit.jsp it's not happening.
If you have a clue about what's happening I will really appreciate it.