Adaptive Form submission Errors while redirecting to thank you page | Community
Skip to main content
sushmaa61672298
April 27, 2021
Solved

Adaptive Form submission Errors while redirecting to thank you page

  • April 27, 2021
  • 1 reply
  • 1059 views

We are seeing intermittent issues while submitting adaptive forms in AEM . Nothing happens when clicked on submit and does not redirect to thank you page though Thank you page is correctly configured on author.

Seeing below error in console when clicked on Submit.

VM12171:1 Uncaught SyntaxError: Unexpected token u in JSON at position 0
at JSON.parse (<anonymous>)
at h (formapp.min.js:1)
at s.doAjaxSubmitSuccess (guideRuntime.min.js:5221)
at Object.success (guideRuntime.min.js:5214)
at j (en.min.js:458)
at Object.fireWith [as resolveWith] (en.min.js:476)
at x (en.min.js:1151)
at XMLHttpRequest.<anonymous> (en.min.js:1206)

 

I am using AEM 6.4 version with SP2 upgrade.

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 Asutosh_Jena_

Hi @sushmaa61672298 

 

As per the error message it looks like while calling JSON.parse function it's giving an error and as you mentioned that it's an intermittent issue:

  1. It could be an issue with the data that is being passed from the form.
  2. Please ensure you are passing all the requried data and proper data validations are in place.
  3. Also please observe the data submission pattern, what is the difference between the data when one call gives success and other call gives the console error. This will help to identify the RC and will be able to resolve the issue.

Thanks!

1 reply

Asutosh_Jena_
Community Advisor
Asutosh_Jena_Community AdvisorAccepted solution
Community Advisor
April 28, 2021

Hi @sushmaa61672298 

 

As per the error message it looks like while calling JSON.parse function it's giving an error and as you mentioned that it's an intermittent issue:

  1. It could be an issue with the data that is being passed from the form.
  2. Please ensure you are passing all the requried data and proper data validations are in place.
  3. Also please observe the data submission pattern, what is the difference between the data when one call gives success and other call gives the console error. This will help to identify the RC and will be able to resolve the issue.

Thanks!

sushmaa61672298
May 6, 2021
Looks like issue with dispatcher filters where I need to allow query parameters in the redirect url