Pop-up message for 5 seconds

0
Hi All, I have two tasks like “ Yes and No” if user select (Yes’), pop-up message should display like “You are accepted” and if user select (No), pop-up message should display like “You are rejected” . After 5 seconds the pop-up message should close. Is there any way to achieve this, please help me out.
asked
4 answers
1

Appronto notification module would work.  You could also:

  • Make a popup page to display your messages
  • create a small microflow (or nanoflow) that closes the page
  • place the Microflow Timer widget on your popup page.  Configure it to call the microflow you created after 5 seconds.
answered
0

You could try the Appronto notification module

answered
0

Hi Shaik,

Additionally, you may also be able to achieve this by using toastr Notifications widget from app store.

 

Hope this helps!  

answered
0

Appronto notification widget is only available to be used up until version 8.18.99 by the way. So, going for the Toastr widget using a nanoflow might be a better option.

answered