Hi @bsatsangi
I hope you’re fine today!
It’s not possible and there’s no shortcode for this (for showing popup as separate page). Hustle modules (popups etc) were never designed with this kind of use in mind and the way they are generated/displayed is way too “dynamic” to use it like this, I’m afraid.
But if the purpose is only to make popup show “on click” rather than automatically then this is doable. There’s already such option and you can use it.
On popup’s “Behavior” configuration page you’ll find “Pop-up Trigger” option so you would need to disable the “Time” option first and enable the “Click” option.
Once you enable “Click” option and expand it you’ll see two ways to use it:
1. “Trigger by clicking on an existing page element(s)
If you check this one, you’ll need to provide CSS ID of an element to click on (that can be for example a button or an image on the page).
2. “Render a trigger button”
If you check this option, simply copy the shortcode and put it on site anywhere you want the button to appear. Once visitor clicks on that button, a popup will show up.
Best regards,
Adam