Dear @madrigal000,
You can try to achieve it like this:
var sgPoupFrontendObj = new SGPopup();
sgPoupFrontendObj.popupOpenById(1)
And, add the following in your page content to make the popup data load correctly:
[sg_popup id=”1″ event=”click”]<input type=”hidden”>[/sg_popup]
Nice! it works!, just an advice, if anyone wants to use it replace the id value for the id of the popup to use… it took me like 10 minutes to understand…>_<
[sg_popup id=”id of your popup” event=”click”]<input type=”hidden”>[/sg_popup]
Thank You!
-
This reply was modified 8 years, 1 month ago by
madrigal000.