Hi,
I want to show an alert only the First time a user logs in. How do I do that?
Someone please help me.
Hi,
I want to show an alert only the First time a user logs in. How do I do that?
Someone please help me.
Use stored variabeles check if the stored variable is equals null then show alert.
And set the stored variable to true.
look at stored variables.
Here’s a similar post:
@catsarisky, Thank you very much.