Zendesk Ticket Form
How to add Birdie to your Zendesk ticket form
To allow customers to submit tickets with screen recordings, you need to add Birdie to your Zendesk "Submit a ticket" form
Requirements:
You are a Zendesk Admin.
Birdie Zendesk app is already installed on your Zendesk.
Add Birdie to your "Submit a ticket" form
Here is what the Birdie button looks like:

Here is the installation walkthrough:
Open Zendesk Knowledge (formerly called Guide) and click on "Knowledge Admin".
In the left menu, navigate to "Themes" (👁 icon).
In your "live theme", click "Customize" and then select "Edit code" in the bottom right.
Look for the file "footer.hbs" and insert the code snippet at the end of the file. Go to settings -> helpdesk to copy the snippet (no developer required).
Click "Publish" to finish the installation.
Customize the Birdie button on your Zendesk ticket form
By default, the Birdie button is located under Description, and the video URL is posted in the Description field once customers have recorded their video.
You can customize both its appearance and behavior. For example, in the demonstration below, the Birdie button appears in a different position, and the video URL is assigned to a specific field.


If you want to modify the look or behavior, simply follow the relevant steps below:
I want to change the color of the button 🎨
To customize the background color of the button, add ?bgcolor=FF00FF at the end of the snippet URL and replace the color code with your desired one. This will override the color set in your Birdie settings page.
Here is 1-min demo video 🎥
Change the text and/or language of the button 🖊
Option I - Change the text
You can easily change the text of the Birdie button. Before you insert your code snippet into your Zendesk theme layout, just include a "birdieSettings" object:
Option II - Change the text depending on the languages Birdie Zendesk Form snippet comes with preset messages in German, French, Spanish, Portuguese, and English. But you can adjust these messages or add your own translations.
Before you insert your code snippet into your Zendesk theme layout, just include a "birdieSettings" object with translated keys:
Move the button to a different location in the form 📍
You can customize where the Birdie button appears in your form.
Create a custom ticket field in Zendesk (e.g., "Screen Recording").
In your Zendesk theme layout, make sure the Birdie snippet is added.
Then, add a
birdieSettingsobject that includes theconditional_displayparameter. Set its value to match the exact name of your custom field (e.g.,"Screen Recording").
This tells Birdie to only show the recording button when that field is present in the form.
Post the Recording URL in a Custom Field 🔗
By default, Birdie posts the recording URL in the description field. If you'd prefer to have the recording URL automatically placed in a different field, follow these steps:
Create a new custom field in your Zendesk form. → For example, name it Screen Recording.
Update your Birdie settings in the theme layout snippet: Add a
birdieSettingsobject with theconditional_displayparameter set to the exact name of the custom field you just created.Make the custom field visible (optional): If you want users to see the recording URL in the form, set
show_conditional_displaytotrue.
Visibility Consideration: If you decide to hide this custom field from customers, ensure it remains visible to agents. This allows agents to access the recording URL even if it’s not shown to the customer
Display the button down a specific path 🐾
Make sure that you have already installed the "birdie Settings" object, which includes the conditional_display parameter. You can find more information on how to do this here.
Specify "Record my screen" as a required field 🔒
Make sure that you have already installed the "birdie Settings" object, which includes the conditional_display parameter. You can find more information on how to do this here.
Last updated