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.
Views
Replies
Total Likes
That's a warning & submission should still work. I assume you are using post method for submission.
Views
Replies
Total Likes
Yes, I am, so far I have not been able to figure out what's going on.
Views
Replies
Total Likes
Does it still work despite the warning?
Views
Replies
Total Likes
I just had the same problem and was related to a jQuery version coming with forms, check your browser console, I was having an "Access denied" message and that gave me a clue.
Views
Replies
Total Likes
Yeah, now that you mention it, I have that error in the browser console.
Views
Replies
Total Likes