Embed checklist on a page

To embed a checklist on a page, first make sure you have installed the latest script(1.0.19 or above) and identified the user. Then, simply add
<div
data-alvis-app="checklist"
data-checklist-id="{{checklist_id}}"
data-fit-size="true"
></div>
If you still do not see the checklist, call
window.Alvis("show_checklist_embed");
Also, most likely, you do not want this checklist to show as a popup. You can hide the checklist by choosing "Do not show on any page" in "Which page should we show this on?" setting on the checklist page.

Last updated
Was this helpful?