How to redirect survey page after submitting order guide

Deepthi13
Tera Expert

Hi team,

I have a survey category (asmt_metric_category)- Standard Request Survey, i want to trigger that survey once order guide is raised please suggest

14 REPLIES 14

no it is not working because , when i write catalog on submit script it is considering first step in order guide, but this should work at the last step. if i am not wrong need to modify this is in widget on last page submit button. can u please see once

You could modify the Client Script of the corresponding widget. For example in the "SC Catalog Item" widget you can add something like

document.location = "/sp/";

within the $scope.triggerOnSubmit function.

Though you would want to add a delay so the end user can see the successful submission message, which will get lost on the redirect.

Hope that helps

ok! in order guide this should happen in check out page. on check out button click() but i cannot see some thing like that in that widget. how to debug that

Hi,

 

I have exact requirement. Can you please share the solution?

 

Regards,

Jayantha

Feddy
Kilo Sage

we do have a similar requirement.we would like to ask a instant feedback when the user sumbits a service request.
any help on this would be much appreciated.