Recent searches


No recent searches

Managing offline form settings



image avatar

Aimee Spanier

Zendesk Documentation Team

Edited Jun 21, 2024


-3

31

31 comments

image avatar

Nicole Saunders

Zendesk Community Manager

Hi Smith,

If you are on a Team, Professional, or Enterprise plan, you can edit the message as described in the article above under "Editing the offline form message". If you are on an Essential plan, you will not be able to edit this message.

0


How do I make sure that I have different translations for the Offline form text ? The default text is 'Sorry, we aren't online at the moment. Leave a message and we'll get back to you' but we have visitors from all over the world.

0


image avatar

Elissa Tikalsky

Zendesk Digital Resources Team

HI @...,

Unfortunately the offline message text doesn't auto-translate, but you can override/localize this string with the API as described here: https://developer.zendesk.com/embeddables/docs/widget/settings#offlineform. 

I hope that helps!

-1


Is there a way to localized the language of the offline form so that it gets translated to the user's language settings?

0


image avatar

Michael Froeming

Zendesk Customer Care

Hi Camilo,

By default, the Web Widget embedded in a website displays text in the end user’s language, based on the language of their browser. For example, if the end user's browser language is set to de for German, the widget will appear in German for that user. If the widget is embedded in a Help Center, it displays text based on the Help Center language setting.

For more information on language settings in the widget, see the articles: Displaying the widget in a different language and How do I change or set the language in the widget on my website?

0


This is to share an extremely frustrating situation I’ve been experiencing in the past few weeks and I hope you will be able to assist us as soon as possible.

 

So the help support line of Zendesk have been modified for the past 2-3 weeks.

We now cannot chat with any agents. There is a chat bot/widget that initiates a conversation when inquiring about any support on the website.

It links us to articles but when wanting further help, the widget mentions that a ticket is automatically created and that an agent will contact us through the widget or email (both)

I’ve opened 3-4 tickets in the past weeks and NO agents have reached out to me

The last three, of the same urgent issue, are #9794255, #9794259 and #9794249

I received one email signaling that they’ve received my request and a ticket was created, followed by another ticket confirming that an agent is reviewing my request.

But then, nothing, no follow ups. I went on the tickets itself and not updates are shown.

 

My company, APP GROUP, is launching our biggest sale of the year today at 8pm, and I needed the WIDGET OFFLINE to be activated to properly inform our clients of the business hours and other important info. We are receiving a huge flux of contacts and I need to get this fixed as soon as possible.

I’ve done everything that the article has asked me to do as its really straightforward but no changes are shown on our site.

Can you please assist me or refer me to an actual human support?

 

0


image avatar

Ramin Shokrizadeh

Zendesk Product Manager

9307-8509 Quebec Inc Thanks for posting your question and I am sorry you didn't receive a response from our advocacy team. It isn't the experience we normally aim to deliver so I am sure an advocacy manager will look into the issue.

For your product question, I can provide some guidance on what you want to achieve for your holiday sale. Since you are using the Web Widget, you should be using the contact form over the offline form in Chat. Offline form is designed more for our legacy Chat standalone customers. 

You can enable the contact form and temporarily disable Chat in the Web Widget by looking at these articles:

https://support.zendesk.com/hc/en-us/articles/4408836216218#topic_yj3_sv2_wfb

https://support.zendesk.com/hc/en-us/articles/4408824462106

If you want Chat to be available only on certain pages, you can look at using the suppress Javascript API instead of disabling the channel completely in Admin Center: https://developer.zendesk.com/api-reference/widget/settings/#suppress

Since you are using Guide in the Web Widget already, some of our customers create a help center article with a specific label associated with it and you can then tell the Web Widget via Javascript API to suggest that article when visitors click on the launcher. In the article, you can detail expected response times or when live chat will become available again. You can learn more about the article suggestion API here: https://developer.zendesk.com/api-reference/widget/help-center-api/#helpcentersetsuggestions

Hope that helps and good luck with your upcoming sale, apologies again for the poor response time from the messages you sent to the advocacy team. 

Thanks,

Ramin

0


Dear Zendesk Community,

With this piece of code we succeeded to have a different offline greetings for each language on our guide helpcenter (even using dynamic content!) but it is not working on our website, do you have a solution/tips please?

<script type="text/javascript">
window.zESettings = {
    webWidget: {
      chat: {
        offlineForm: {
          greeting: {
            '*': "Your Customer Service chat is available from Sunday to Thursday from 9:00 AM to 0:00 AM, Friday and Saturday from 9:00 AM to 1:00 AM. Please leave us a message using the form below. étoile",
            fr: "Le chat de votre Service Client est ouvert du dimanche au jeudi de 9h00 à minuit, vendredi et samedi de 9h00 à 1h00. Merci de nous laisser un message via le formulaire ci-dessous.",
            de: "Der Chat Ihres Kundendienstes ist von Sonntag bis Donnerstag von 9:00 Uhr bis Mitternacht, Freitag und Samstag von 9:00 Uhr bis 1:00 Uhr geöffnet. Bitte hinterlassen Sie eine Nachricht über das untenstehende Formular.",
  de-ch: "Der Chat Ihres Kundendienstes ist von Sonntag bis Donnerstag von 9:00 Uhr bis Mitternacht, Freitag und Samstag von 9:00 Uhr bis 1:00 Uhr geöffnet. Bitte hinterlassen Sie eine Nachricht über das untenstehende Formular.
",
            it: "La chat del tuo servizio clienti è aperta dalla domenica al giovedì dalle 9:00 alle 24:00, venerdì e sabato dalle 9:00 all'01:00. Si prega di lasciarci un messaggio utilizzando il modulo sottostante.",
           'en-US':"Your Customer Service chat is available from Sunday to Thursday from 9:00 AM to 0:00 AM, Friday and Saturday from 9:00 AM to 1:00 AM. Please leave us a message using the form below."



          }
        }
      }
    }
  };
</script>

Thank you & best regards

0


image avatar

Tipene Hughes

Zendesk Developer Advocacy

Hey Raphaël Péguet - Officers.fr,

Thanks for reaching out!

Just to clarify, you're seeing the greetings appear correctly on the web widget in your help center, but the web widget embedded in your external website is not displaying the appropriate language greetings?

 

0


Hi Tipene Hughes,

Exactly! It is displaying the one we can set up in Chat>Widget>Offline form greeting that doesn't accept dynamic content

0


image avatar

Tipene Hughes

Zendesk Developer Advocacy

Hi Raphaël Péguet - Officers.fr,

Apologies for the delay in getting back to you!

Thanks for clarifying this for me. To confirm, have you also added the code snippet you shared above to the JavaScript code of your website? Adding it to the JavaScript file of your help center will only affect the web widget as it appears in your help center. 

0


Yes I did but I found another way: using the custom form and switching his name by a dynamic content. It is easier than the offline form + it allows the customer to add an attachment,

 

Thank you!

0


image avatar

Tipene Hughes

Zendesk Developer Advocacy

Glad to hear you've got it working!
 
Have a great day :) 
 
Tipene

0


Hi there!

I'm wondering if there's a way to remove the offline form and just place text for the end-user to read? For example:

"Our live chat support is closed at this time. Please submit a ticket here:"

It seems like I cannot remove the textfields that are there.

If I can't replace the text, can I at least change out the text that says "Sorry, we are not online at the moment"?

Thanks!

0


image avatar

Christine

Zendesk Engineering

Hi Ryan,

Using the Classic Web Widget, you can disable the Contact Form if you don't want to present the Ticket Form to end-users. But please note that this applies when the widget is both online and offline. There's no way to configure the form to be presented only when the widget is online, because this setting applies to both online and offline widget status.


 
Then you can replace the Offline Greeting text here:
 
Navigate to the Chat dashboard > Settings > Widget > Forms > Offline Form

 
The widget will appear similar to this:

 
Hope this helps! See Editing the offline form message for more details.

0


Hey @...,

Thanks for your quick response! 

Two things:

  1. I'd need to keep the contact form active (it's a tool I use to route tickets to appropriate departments).
  2. The text I'm referring to is when I access a direct live chat link (example). When live chat is closed for my team, there's just one big screen that says "Sorry, we are not online at the moment". It also isn't the text that I presently have in my offline form's greeting.

Image attached below to illustrate the screen:

I'm wondering if I can change this specific screen's text.

Thank you!!!

0


image avatar

Christine

Zendesk Engineering

Hi Ryan,
 
Currently, there is no way to customize that string and the only solution for custom text is to use the offline form.
 
If you have some time, I recommend that you start a feedback post on Feedback - Chat and Messaging (Chat) using our Product Feedback Post Template. Our Product Managers are constantly reviewing feature requests submitted in our forum to be considered in our future updates. Thank you!

0


Hi,

I used the above example in the document_head.hbs on the Help Center template.

I did manage to change the offlineform text but I can't manage to change the concierge text as well.

Do I make an error in the {} position?

I forgot a ',' as can be read below in the comment of Dave Dyson.

Fixed the error in the script so people can copy it.

<script type="text/javascript">
  window.zESettings = {
    webWidget: {
      chat: {
        offlineForm: {
          greeting: {
            '*': "We are not online right now, please leave a message and we can get back to you shortly.",
         fr: "Nous ne sommes pas en ligne pour le moment, s'il vous plaît laissez un message.",
      nl: "we zijn nu niet online, laat a.u.b. een bericht achter. Dan nemen we spoedig contact op." }
                                    },
        concierge: {
          avatarPath: "https://example.com/img/avatar.jpg",
          name: "Jane Doe",
          title: { '*': "Live support",
      nl: "text."}
        }
          }
      }
  };
</script>

0


Hi Jeroen,
 
I think you might be missing a comma after the closing curly bracket before "concierge:" ? 

1


Thanks! That did the trick.

0


Awesome Jeroen, glad I could help!

0


once again I added a form. The pre chat form. Can't get it to work. Did I forget a , or a {}?

OK. I found it. Not 1 comma but a lot :-). It works now.

<script type="text/javascript">
  window.zESettings = {
    webWidget: {
      chat: {
        offlineForm: {
          greeting: {
            '*': "We are currently not online, please leave a message and we will get back to you as soon as possible.",
         fr: "Nous sommes actuellement hors ligne, veuillez laisser un message et nous vous répondrons dans les plus brefs délais.",
      nl: "We zijn momenteel niet online, laat alstublieft een bericht achter dan we nemen zo snel mogelijk contact met u op.",
        pt: "No momento não estamos online, deixe uma mensagem e retornaremos o mais breve possível.",
        tr: "Şu anda çevrimiçi değiliz, lütfen bir mesaj bırakın, mümkün olan en kısa sürede size geri döneceğiz." }
              },
        concierge: {
          title: { '*': "You can ask us anything...",
          nl: "U kunt ons alles vragen...",
            fr: "You can ask us anything... ",
            pt: "Você pode nos perguntar qualquer coisa...",
            tr: "Bize her şeyi sorabilirsiniz..."}
                              },
        prechatForm: {
          greeting: {
            '*': "In order to provide better service, we would like to know your name and email address.",
          fr: "Afin de mieux vous servir, nous aimerions connaître votre nom et votre adresse e-mail.",
                      nl: "Om u beter van dienst te kunnen zijn, willen wij graag uw naam en e-mailadres weten.",        
                      pt: "Para melhor atendê-lo, gostaríamos de saber seu nome e endereço de e-mail.",
                        tr: "Size daha iyi hizmet verebilmek için adınızı ve e-posta adresinizi bilmek isteriz."}
                                       }
         }
              }    
                              };
</script>

0


image avatar

Greg Katechis

Zendesk Developer Advocacy

Glad you found those, looks good now! If you don't have a prettifier/linter in your IDE, I recommend something like https://jshint.com/, where you can plunk your JS to see if it returns any errors. Just make sure to remove any HTML (the script tags in this case) otherwise it will return a bunch of errors.

0


Hey guys! Our team is trying to set up offline chat triggering instead of online for specific GEO, is this possible? 

0


When I would like to set my local fixed to one language According to the API documentation I could use: zE('webWidget', 'setLocale', 'de');

WHERE would I add it to the code?

I found where to add it...

Just follow this example

https://developer.zendesk.com/documentation/classic-web-widget-sdks/web-widget/quickstart-tutorials/web-widget-javascript-apis/ 



<
!-- Start of Zendesk Widget script -->

<script id="ze-snippet" src="https://static.zdassets.com/ekr/YOUR_SNIPPET_KEY">

</script>

<!-- End of Zendesk Widget script -->


<script type="text/javascript">
  zE('webWidget', 'setLocale', 'fr');
</script>

0


This is not available for Messaging, is it?

0


image avatar

Gabriel Manlapig

Zendesk Customer Care

Hi Manuel,
 
Yes, offline form is not available in Messaging.
 
Messaging is designed to be a semi-synchronous channel, it doesn't have a separate offline form. As it happens in a more conversational way and tickets are being created when the "Transfer to agent" step is reached. The only way to collect more information is by adding the custom ticket fields to "Ask for details step" which would need to be implemented before transferring to an agent.
 
For more information, please see this article: Understanding answer flow step types
 
I hope that helps!
 

0


We are using Messaging and Bot. I am looking for the modification of these topics:

1. Where can I modify the Bot offline message?

2. How can I request the name of the customer?
For now it is just requesting the e-mail.

3. How can I make sure that e-mail as well as the name of the customer are submitted to the ticket?

We can only see the anonymous name of the webuser:

The offline message and the request for customer name are not visible at the chat trigger:


0


image avatar

Christine Diego

Zendesk Customer Care

Hi there,
 
There is no option to customise the message, however you can turn off the Chat Trigger which sends this and use Flow Builder out of business hours condition to set expectations / request for email. And lastly, for capturing name of the user, you can use the ticket fields (text or dropdown types) to capture customer data such as name, email, and any other information that can be helpful to collect to power the rest of the conversation.
 

 
More information can be found here

0


Hello,

 

Is there a way to completely disable the offline form?
I have disabled it however when all my agents are invisible the form still appears and asks for an inquiry and email.

I'd like for the message to be something like “Chat is not available at the moment. Please send us an email with your inquiry at example@example.com

0


Please sign in to leave a comment.