Firstly, you need to make use of the On Click Popup Trigger. You need to insert the Close button Class/ID of the previous popup in the?CSS selector(s) for trigger click/hover option of each succeeding popup.? That means the Class/ID of the Close button of the previous popup must be inserted in each succeeding/next popup that needs to be opened.?
For example, you have?a popup, the Close button Class of which is?78 (ays-pb-modal-close_78).? If you want another popup to be opened by clicking on the Close button with Class 78, then, you need to insert the Close button Class 78 in the?CSS selector(s) for trigger click/hover?option of the popup with Class 79.?
Thank you Jasmine, I was able to get it to work, but is it possible to set some sort of delay so that Popup #2 does not show immediately after closing Popup #1?
Ideally we would like to wait until the user goes to another page or at least 24 hours and then show Popup #2.