• Resolved mstudioIL

    (@mstudioil)


    I want to open open second popup from a popup, I know to set the trigger with class when someone is click object with the class, the question is how do I close the the first popup and open the second after someone is clicking object inside the first popup.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Dear @mstudioil ,

    Thanks for getting in touch with us.

    There is no default setting for this but you can use the custom solution below. Please, check the steps:

    1) Edit following code and add popup ID of 1st popup: 1stPopupID.jQuery('.sgpb-content-1stPopupID').siblings('img').click()
    2) 2nd popup is set to appear on click. (This is done from the Popup Events section, you can check the link.)
    3) Insert the code from 1st step in 2nd popup’s custom JS part (Opening events, 3rd step – here is the tutorial for detailed steps)

    Please, let us know if the result is achieved.

    Thread Starter mstudioIL

    (@mstudioil)

    Thanks, I will be need some time to check it

    Dear @mstudioil,

    Sure, take your time and let us know.

    Regards,
    Popup Builder Team

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Opening and closing popups’ is closed to new replies.