HI @Rahul_P , We are using IIS server, hence I tried writing rewrite rules using URL rewrite module. For some unknown reason, it is not being applied on form submission.
I have the following code in clientlib, and the clientlib is invoked from adaptive form.
function functioname()
{
window.guideBridge.getdata(
{
success: function(result) {
},
error:function(guideResultObject) {.... },
guideState : null,
boundData : true});
}
As soon as window.guideBridge.getData is called, the url rewrite is not getting applied.