- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-16-2016 05:21 PM
I want to redirect/load home page if form (like incident etc..) has been submitted successfully and displayed success message?
Is it possible ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-06-2016 12:42 PM
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-16-2016 05:36 PM
Use location.href = "homepage url"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-16-2016 06:06 PM
Where should I put it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-05-2016 03:59 AM
I have the same Question, did you find it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-06-2016 11:07 AM
In client script