AEM form going to thank you page without waiting for response from Servlet | Community
Skip to main content
January 22, 2021
Question

AEM form going to thank you page without waiting for response from Servlet

  • January 22, 2021
  • 1 reply
  • 1050 views

Hi All,

 We are using adaptive forms, and it is integrated with different third party services. But once we click on submit, it goes to thank you page without waiting for the response from the servlet. Due to this, even failed submission shows success on the frontend.   

Is there any OOTB way we can use it? currently, we are using JS ajax may to fulfill our requirements. I don't want to code on adaptive forms as they are authorable and authors are not that technical to code on it.

 

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

Mayank_Gandhi
Adobe Employee
Adobe Employee
February 1, 2021

@abhishek_yadav14 There is a checkbox in the guide container submit to tell the container on whether it's an async or sync request. Try using that.