Hi All,
I am using ootb form submit action - 'Submit to Rest Endpoint'.
- I am able to hit my post servlet using this submit action.
- My servlet is returning a response data for eg : "data". It can be any data json or string.
- On the adaptive form container, I have selected "Use Asynchronous Submission"
- I am using "Form Submission" event on the rule editor of form container.
How can I get the response data in my front end javascript which I am writing in rule editor of a form submission event or if not in rule editor what is the best way to get the response data?
I know I can write the rule on click event of the submit button and directly hit my servlet and get the response but I want to use Submit action(post.Post.jsp) to achieve it. Is there any way?