Is there a trigger that can be used to fire events only the first time a user logs in? The purpose of this would be to run through a “tour” of my site using small dialogue boxes to highlight key areas.
Create a new field inside the user database.
Example: text or number type field.
If number set default 0.
And use conditional on the element you want to show on first time login only if current user is 0
After the tour, -> Make change to current user -> Field to 1.
So that user will not see again that element.
Regards.
5 Likes
That makes sense, seems simple now! Thanks!
How would you make the change to the current user to 1 after the tour?
At the end of the tour, have a big “End Tour, That Was Great!” button . When user presses the button, make changes to the user and close the tour.
BAM!
1 Like