Hide checklist launcher
This will allow you to hide the checklist launcher in the beginning.
To hide the checklist launcher for a checklist, you have two options.
1. Add hide_launcher: true
when identifying user:
window.Alvis("identify", "{{YOUR_UNIQUE_USER_ID}}", {
hide_launcher: true
});
Then, you can manually show the checklist as a popup:
<button onclick='window.Alvis("show_checklist");'>
Onboard Me
</button>
2. Go to a checklist page, for the targeting setting "Which page should we show this on?", choose "Do not show on any page".

This way, you cannot manually show the checklist as a popup; however, you can embed the checklist inside you app.
Last updated
Was this helpful?