Traditionally, when users minimize a checklist, Userflow's launcher button shows in the corner of the page:
When users click it, the checklist will be shown again.
We now have a couple of controls that let you render your own button to show the checklist.
Here's how to do it:
- In the Checklist builder: Uncheck Show launcher button when minimized in the Checklist settings panel.
- Optional: If you want to remove the Dismiss checklist button and prevent users from dismissing the checklist permanently, also check Prevent users from dismissing the checklist.
- Add a button in your app with a JavaScript click handler that runs
userflow.start(checklistId)
, wherechecklistId
is the ID of your checklist (find this under the Link/Embed tab).
CONTENTS