Need help to make modal appear once per session

I am creating a web application. In this application, users do not register or log in.
The home page is linked to a modal. I need this modal to appear only once per session. Currently the modal opens in a loop.
I can’t do it with a true/false.

I’d been told to do this but it didn’t work for me.

“You can create a hidden input field that is tiny and invisible. When they click to close the modal, create an action to ‘change input value’ of the text input to ‘seen’. Then you can have the screen action which opens the modal only open if text input = empty.”

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.