Hopscotch product tour should only open once per user

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Johnu101
    New Member
    • Sep 2016
    • 1

    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!
    Attached Files
  • gits
    Recognized Expert Moderator Expert
    • May 2007
    • 5390

    #2
    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

    Working...