Force reset guide viewed state
I have a use case where I would like to show a guide, every time a page loads, even if it has been closed out of.
Any idea how I can do this?
If it is a technical solution requiring clearing specific cookies or localStorage via JS I'm fine with that. I just really need a guide to restart/appear every single time.
0
Comments
Hey Will Etling-
Check out our code snippet here -- this JS would be added to a code block on the first step of your guide.
I have a very similar situation, but instead of a close button, I have buttons that launch into other guides. I have guide A that launches guide B or C based on button click. I don't want launching B or C to cause A to be flagged as dismissed. I tried adjusting the code snippet above to connect to these buttons instead, but had no luck.
Please sign in to leave a comment.