How to Display a pop page after 10 sec in home page when user log into application

0
Actually I am trying to show a feedback pop when user logs into application and  pop up should not visible to to user immediately .  It should take some delay how do i achieve this
asked
2 answers
0

Hello abinay,

 

There are several ways to achieve this:

 

You can add a microflow timer to your page:

https://marketplace.mendix.com/link/component/27

 

You can add an action scheduler to your page:

https://marketplace.mendix.com/link/component/202363 

 

And i think there are many more ways to achieve this, i prefer the microflow timer.

 

Hope this helps

 

Good luck!

answered
0

just drag and drop the widget:

 

image.png

answered