Hide form name in Widget
AnsweredHi 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
-
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
Please sign in to leave a comment.
1 Comments