How to show popup one time when open page
Hi,
I have a screen with popup full screen and exit button to hide it. I want to show this popup one time when loading page, if user choose hide, I want it not to show again when I have link to it. How can i do it?
Hi there,
1. Create a variable, with no default value
2. On the screen with the popup, create an "On Page Load" + "Show" event. Have it show the pop up. Create another event that's "On Page Load" + "Set value" event. Have it set the value to the variable. Enter the value as 'shown'
3. Create a condition for the event, that is When... [variable] = ' ' [leave this blank]. This will result in the pop up only being shown when the variable has no value.
I've attached an example prototype. Let me know if you have any questions.
Best,
Danielle
Hi there,
1. Create a variable, with no default value
2. On the screen with the popup, create an "On Page Load" + "Show" event. Have it show the pop up. Create another event that's "On Page Load" + "Set value" event. Have it set the value to the variable. Enter the value as 'shown'
3. Create a condition for the event, that is When... [variable] = ' ' [leave this blank]. This will result in the pop up only being shown when the variable has no value.
I've attached an example prototype. Let me know if you have any questions.
Best,
Danielle
Replies have been locked on this page!