@Mayank_Gandhi , Please check my point number 4, I already mentioned I
am using Form submission event rule editor. But here I am not able to
get the response data using guidebridge api. My use case is very simple,
on the submission of the form I want to hit my backend api which returns
a response data, I want to show that response on the form itself. So, it
will be an asynchronous request where I do not have to show a thank you
page. After the user submits the form the response data should be sh...