Am I able to trigger the chat box on a page from a button on my website?
August 12th, 2023
Knowledge
Yes! You can set this up using the Custom Button option in the Basic tab. Add the purechat-button-expand class to your button HTML to trigger it open on the page. Here is an example:
<button type='button' class='purechat-button-expand'>Chat with us!</button>