Hide form name in Widget

Answered

1 Comments

  • Here is the solution:

    window.zESettings = {
        webWidget: {
          contactForm: {
            ticketForms: [
              {
                id: 4813085586834,
                title: false
              }
            ]
          }
        }
      };

    The string of number is your ticket form id. This code is to be add to the script.js page of your help center

    0

Please sign in to leave a comment.

Powered by Zendesk