How to redirect survey page after submitting order guide
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2018 01:02 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2018 01:44 AM
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2018 01:52 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2018 03:24 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2019 10:12 AM
Hi,
I have exact requirement. Can you please share the solution?
Regards,
Jayantha

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2019 11:16 PM
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.