1
0 Comments

Support widget translations and contact form custom fields

We’re continuing to invest heavily in our support widget experience. Based on real-life feedback from SaaS businesses using the widget in their environments, we’ve blasted dozens of bugs, optimized many elements, and generally improved the experience.

Hello, Bonjour, Hallo, Hola, Cześć, Ciao, Olá!

The widget strings now automatically adapt to your user’s locale and address them in their preferred language. We currently support English (default), French, German, Spanish, Polish, Italian, and Portuguese. If your language isn’t yet supported, just send us a quick note.

What’s even cooler is that you can specify language-specific dynamic prompts for every property where we allow this. For example, for your general orgDescription prompt:

Fernand('init', {
appId: 'your-slug',
orgDescription: {
en: 'Hey! Do you need help?',
fr: 'Salut! Besoin d\'aide?',
de: 'Hallo! Brauchst du Hilfe?'
}
})
To learn more, check our help center article on Translations.

——

You can now create custom contact forms on your support widget. Just specify which fields you need, and it will create a custom view under your contact tab. The field data will then be passed in the message body.

Auto-tagging widget conversations
You can also attach tags to new conversations from the chat by passing the tags object in the init or set command. You can set separate tags for the chat or the contact form. Note that tags that don’t match your current tags settings will be ignored.

tags: {
chat: ['Chat', 'Support'],
contact: ['Contact Form']
}
This is especially useful in combination with custom contact forms. You could for example create a custom form to handle Enterprise pricing request which you tag with “Enterprise” and use it to manipulate through Fernand Rules (assign to Sales rep, send to Webhook to create Slack notification…)

https://getfernand.com/updates/support-widget-translations-and-contact-form-custom-fields/

, Co-founder of Icon for Fernand
Fernand
on October 9, 2024