Using Forms when you have two different types of customers

Answered

1 Comments

  • Sushant A
    Community Moderator

    Hi @...,

    Zendesk allows you to restrict forms on a web widget based on your webpages.

    You just need to define which form you want to display to your internal customers and external customers

    <script type="text/javascript">
      window.zESettings = {
        webWidget: {
          contactForm: {
            ticketForms: [{ id: 123456}]
          }
        }
      };
    </script> 

    Just add this script to your webpage under the head tag and replace the id with the relevant form id.


    Hope this helps!!

     

    -sushant

    1

Post is closed for comments.

Powered by Zendesk