index.html
Customizing
Block
Dark background
If you set the attribute ‘block’ to true, a transparent background will be displayed behind the modal, blocking the scroll on the page, until the modal is closed.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Dark background
<script>
window.pactto = window.pactto || {};
window.pactto.coach = 'username';
window.pactto.company = 'Coach Name';
// Add block attribute:
window.pactto.block = true;
</script>