• Resolved perryrylance

    (@perryrylance)


    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

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘ReferenceError: SGPopup is not defined’ is closed to new replies.