I want to open modal popup within another popup.
Is it possible in Yii2.0?
I have one modal popup window, there is one link inside, after clicking on that link i want to open one small popup without closing parent window.
<?= Html::a('Click here to skip it', ['customer/loststicker']) ?>