Pop up window opens only once

Hello,
I would like to create a pop up form that will open only once (when the visitor enters the website, and then never again). I’ve managed to create a modal animation, it’s working fine. However : it opens everytime I go back on the home page. How can I solve it ?
Thanks for your help ! :slight_smile:


Hi Colle, you’ll need to build that with some custom code.
You’d create a cookie when the modal is closed, and on page load you’d check for that cookie and delete the modal element if it’s not needed.