Multiple configurable triggers?
-
I have a page with a popup configured to show after 10 seconds. I am setting a cookie when the user closes the popup to prevent the popup from showing on subsequent visits. I also have a button on the page that will show a second (but identical) popup. I am using two popups because if the user closes the first popup, the button will not function (because of the cookie name).
Is there a way to configure a popup such that it will not show automatically if a cookie is set but still allow the user to open the popup manually with a click?
My use case is this: A user visits the page. They are presented with a popup allowing them to enter their email to subscribe to a newsletter. If they close that popup, they should still have the ability to sign up for the newsletter. (In my case via a “subscribe” button that shows the popup.)
Thanks.
The page I need help with: [log in to see the link]
- The topic ‘Multiple configurable triggers?’ is closed to new replies.