Hide form name in Widget | Community
Skip to main content

Hide form name in Widget

  • March 30, 2022
  • 1 reply
  • 0 views

raphael12

Hi Zendesk community,

Now in the Widget appears the form name (as you can see below "Formulaire de ticket par défaut" for example).

I think it wasn't the case before, is it possible to get the code that we can add to hide the ticket form name to the users (or any solution)?

 

Best regards

 

1 reply

raphael12
  • Author
  • March 30, 2022

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