Can I prevent more than one popup from being shown to a user?
You can utilize the Actions section within your popup to ensure only the current popup is visible by closing all other visible popups.
To do so go into your popup > Actions > click “Add Action” and set it as seen below:
- Set an action label
- Select “Close all opened Popups” from Action
- Select “Before Open” from Event
- Click Save to save your action
- Save your popup
Was this helpful?