Advanced customization of Web Widget (Classic)

Return to top

62 Comments

  • Dane
    Zendesk Engineering
    Hi,
     
    You can use the Chat API for contact form to modify it. 
     
    <script type="text/javascript">
    window.zESettings = {
    webWidget: {
    contactForm: {
    selectTicketForm: {
    '*': 'Please choose a request type below:'
    }
    }
    }
    };
    </script>
     
    1
  • Ronald

    Thank you Dane that worked perfectly! Looks like there could be some other handy customizations I can do with the Chat API. Thanks!

    0

Please sign in to leave a comment.

Powered by Zendesk