I'm looking for a solution to create a really interactive onboarding process with intro.js
So far I've only found intro.js implementations where the user is guided through the website via the pop-up. This looks like this: intro js default
However, I am looking for a way for intro.js to respond to user actions on the website.
Example:
Intro.js popup: "Please click on the 'Create User' button".
User clicks on the button
New into.js popup: "Nice! Now we can assign a role to user ..."
Does anybody knows a solution for this?