I'm trying to display a bootstrap modal when a person first visits a page (after logging into my app). I want to use the modal to offer a "Getting Started" video and also offer a "don't show this to me a again" checkbox so a visitor can bypass the "getting start modal" on future logins.
I was able to get the modal to display on page load with the following tutorial:
Launch Bootstrap Modal on page load
But now I'm stuck on how to get it display only the first time a user visits the page after logging in. (it currently launches on page refreshes etc)
I'm new to javascript and programming and have created my app with Django Python 2.7.4
I really appreciate the time and expertise.