Hi there !
I’m trying to create a pop up that is a disclaimer on my website.
Really simple disclaimer behavior needed, you load a page of the website, you see the pop up, click yes and the pop disappears.
If you have another session there is no popup, unless you haven’t accepted the conditions.
For now, I’ve managed to create the pop up, it appears on my website and works well, it disappears when the right button is clicked, perfect.
But the issue I’m facing is the popup limit is set across sessions to 1, which is fine since it shouldn’t reappear once accepted, but all you have to do is reload the page, and the pop up doesn’t appear again, even though you haven’t accepted it.
Is it possible to add somehow a condition to make it disappear only if the user has accepted the conditions of the disclaimer ?
Thank you very much for the help !