How to launch Crisp chat after the visitors submits your poptin?
Create your poptin and in the Design settings page make sure the "Close" option is selected:
Open the "Email and Integrations" section and add the following code to conversion section :
<script>$crisp.push(['do', 'chat:open']);</script>
Click "Next" or "Publish" to save it
Open the "Email and Integrations" section and add the following code to conversion section :
<script>$crisp.push(['do', 'chat:open']);</script>
Click "Next" or "Publish" to save it
Updated on: 15/11/2024
Thank you!