How can we close the popup automatically

0
when we are clicking on the popup option ‘yes’ it should automatically redirect to the page we have set and the popup should get automatically close   TIA
asked
4 answers
1

Hey there, as the guys mentioned the following option is the best to use:

Custom Microflow

use a microflow on the button that opens the page you want to go to (show page action) and add a “Close Page” action before that. This will close the pop-up and then proceed to open the designated page.

answered
0

Hi Tejesh

When clicking on the button, you could use the action ‘Close this page’ before navigating to the next page.

Hope this helps.

Kind regards,

Leander

answered
0

Have you used the standard logic form Mendix or are you using a custom MF to let the ‘Yes’ button close the popup and go to the designated page?

I would suggest to use a MF.

answered
0

simply follow this capture

 

answered