templateKey not found in merge json:submissionMetaInfo | Community
Skip to main content
Level 3
November 8, 2017
Solved

templateKey not found in merge json:submissionMetaInfo

  • November 8, 2017
  • 1 reply
  • 2142 views

I'm trying a very simple Adaptive Form form POC, just to demonstrate the functionality in action end-to-end.

I've created a form, added it to a page, and can successfully submit it to where it displays the configured "Thank You message".

However, no call is made to the REST endpoint to submit the form data!

I see this error in the log:

08.11.2017 02:49:34.810 *WARN* [0:0:0:0:0:0:0:1 [1510138174799] POST /content/forms/af/free-trial/jcr:content/guideContainer.af.internalsubmit.jsp HTTP/1.1] com.adobe.aemds.guide.utils.SubmitDataCollector templateKey not found in merge json:submissionMetaInfo

What could cause this?

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 deepak_k_

That's a warning & submission should still work. I assume you are using post method for submission. You can probably enable HTTP Components log and see what is happening. May be wireshark or Charles with reverse proxy could help if call is orginating but failing on receiving end.

1 reply

deepak_k_Adobe EmployeeAccepted solution
Adobe Employee
November 30, 2017

That's a warning & submission should still work. I assume you are using post method for submission. You can probably enable HTTP Components log and see what is happening. May be wireshark or Charles with reverse proxy could help if call is orginating but failing on receiving end.