ServicePortal - Redirect to home page after form successful submission submission?

aryandelhi
Kilo Contributor

I want to redirect/load home page if form (like incident etc..) has been submitted successfully and displayed success message?

Is it possible ?

1 ACCEPTED SOLUTION

Shahed Shah1
Tera Guru

Hi Arayn



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


Shahid


View solution in original post

19 REPLIES 19

Deepak Kumar5
Kilo Sage

Use location.href = "homepage url"


Where should I put it?


I have the same Question, did you find it?


In client script