Replies: 0
Hi there
I have a page with the following shortcode, as per your instructions
[sg_popup id="3" event="click"]<input type='hidden'/>[/sg_popup]
Later I try to open the popup using Javascript as per your instructions:
var popupObj = new SGPopup();
popupObj.popupOpenById(3);
However this fails with:
ReferenceError: SGPopup is not defined
The page in question is here
Please advise?
Kind regards
– Perry