Hopscotch product tour should only open once per user
I use Hopscotch product tour on a front page and I'd like to show it only one per user. Please check this attached code.
Any help is much appreciated! Thanks!
while i am certainly not going to download and extract some unknown files the basic idea is to store the information for a run of the 'tour' in a cookie/local storage or when its a named user that logs in before - on the serverside. that way you can check in your code whether the 'tour' did run already once or not.
Comment