Expand my Community achievements bar.

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

Avatar

Level 1

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.

 

 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Reply

Avatar

Employee Advisor

@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.