Popup within a popup?

Is it possible to have another popup while existing popup is open.?

Yes. The second(top) popup will overlay the first(bottom) pop. When you click outside the top popup that one will disappear showing the first pop, and then you can click outside again to dismiss the first popup.

Of course you can use a workflow action (or conditionals) to hide the first pop up when the second popup is shown.

2 Likes

Usually it is bad design smell when you end up with a pop-up over another one. I would recommend to rethink your design.

This topic was automatically closed after 70 days. New replies are no longer allowed.