- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2018 06:36 AM
We are using a modal to submit record producers but after selecting 'Submit' it changes to 'Submitted' and a message appears at the top of the Service Portal but the message only appears for a short while and you don't necessarily see if for long so it causes a bad user experience. How can i auto close the modal after submit is pressed so they can see the generic, you Incident has been logged message the system presents.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2018 12:44 AM
I'm using the the ootb modal widget.
I think i have a solution though not exactly what I wanted. I wrote a onSubmit script as per this article, I then change the link to go to the user open incidents/request page and added a message to the widget to say thanks for submitting you incident:
How to show Modal Popup message while Submitting a catalog item in Service portal?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2018 02:05 PM
Hi Dave,
To help solve this, I'm going to need to see the code that's in your widget. It's impossible to guide you without it since this sounds like a custom widget.
Can you please copy and paste the HTML, Client Controller, and Server Script here and I will take a look.
Thanks,
Josh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2018 12:44 AM
I'm using the the ootb modal widget.
I think i have a solution though not exactly what I wanted. I wrote a onSubmit script as per this article, I then change the link to go to the user open incidents/request page and added a message to the widget to say thanks for submitting you incident:
How to show Modal Popup message while Submitting a catalog item in Service portal?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2018 12:17 AM
Hi dave_edgar,
Please refer the below link :-
Please mark it Correct or Helpful, if it works based on impact...!!!
Warm Regards,
Priyanka
www.dxsherpa.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2018 12:41 AM
thanks for the feedback, I tried this but it didn't appear to work.