Common questions, tips, and help with Surveys and Feedback.
- What if the widget I set up is not appearing on the targeted page?
- Why is my widget not translating the questions when I select another language?
- Why does the widget look distorted or have missing icons?
- How do I disable or hide the Feedback widget?
- Can I customize the color/style of the widget?
- What if I have multiple widgets set to target the same page?
- Can I customize the placement of the widget?
- How do I change the Privacy Policy URL for consent?
- Why am I getting feedback responses with no message from the user, only an emoji?
What if the widget I set up is not appearing on the targeted page?
If your Survey or Feedback widget is not appearing on the target page, you should confirm that the following statements are true:
- If you have more than one Site, make sure your widget was created on the correct Hotjar Site. To choose the correct site, click on the building icon in the top-left corner inside Hotjar.
- The page you are targeting has the Hotjar Tracking Code properly installed. Use the Verify installation tool and check your target URL to test this.
- The Survey/Feedback tool is set to Active.
- You have not answered, or taken an action on the widget, previously. Depending on the widget and settings, Hotjar stores a cookie when you answer or close a widget so that the same widget doesn't show again. Use a Chrome Incognito browser, which does not store cookies, to test this. This rule does not apply to Feedback tool widgets.
- If you're using a Private or Incognito browsing mode, check to see if enhanced security settings are being enabled. These might be preventing some Hotjar tools from loading.
- You have cookies enabled and are using a supported browser.
- Your site's Content Security Policy is not blocking any aspects of Hotjar on the page.
- No other Surveys or Feedback widgets are targeting the same page with a greater level of priority. If multiple widgets are targeting the same URL, only one can be displayed at a given time. Read more.
Why does the widget look distorted or have missing icons?
If your widget isn't showing correctly on the targeted page, or if fonts and layouts seem off, your site's CSS may be overriding the Hotjar widget's CSS. Review the site's CSS to prevent it from targeting the selectors used in the Hotjar widget.
A possible fix for this would be to have your developer add a :not() pseudo-class to the affected CSS selector. This would apply the styling to all buttons except for those which match the argument set in :not().
Hotjar widget elements have a class applied beginning "_hj", so for most sites you can apply a :not() which says, "don't apply this CSS to anything that has a class starting with '_hj'".
For example, if your CSS is targeting a button element, your CSS rule could be button:not([class^="_hj"]). There are other ways to resolve this, so consult with your web developer to determine the best options for your site!
How do I disable or hide the Survey or Feedback widget?
You can deactivate any Survey or Feedback widgets by switching the status from Active to Inactive.
Can I customize the color/style of Surveys or Feedback widgets?
Hotjar does not have the ability to customize the CSS of the Surveys or Feedback widgets. For Ask Business and Ask Scale plan customers, you're able to change the color within the Appearance step of your setup. Find more details on our pricing and plans on the Hotjar pricing page.
What if I have multiple Surveys or Feedback widgets set to target the same page?
Hotjar will not show all the widgets to a user when the page loads
It will show the most recent widget created instead. Any Feedback widgets will always be visible last.
You are able to set multiple feedback widgets to target a page, but Hotjar will only show one widget on a targeted page at a time, to avoid user frustration.
The Feedback tool is always given the lowest priority, while for Surveys, the most recent one that you created will have the highest priority.
Example
If you created the following items targeting the same page:
4 days ago: Survey 'A' targeting the homepage
3 days ago: Started a Feedback widget
Yesterday: Survey 'B' targeting the homepage
Each widget will show one at a time starting with Survey 'B' since it's most recently created. Survey 'A' will only show if the user answers Survey 'B' and visits the homepage again while browsing. Once both Surveys have been answered, the Feedback widget will show.
Can I customize the placement of the widget?
Custom placement of the widget other than what is in the drop-down menu is not available at this time. The full list of widget placement is listed in our Feedback tool set up guide.
How do I change the Privacy Policy URL for consent?
To change the URL for the Privacy policy page link, you will need to visit Sites & Organizations. Click on the gear icon to enter the Site editor where you can paste the new URL. Only a team member with Admin access or higher will be able to make these changes.
Why is my Survey or Feedback widget not translating the questions when I select another language?
The language selected within the widget set up only affects the text of the widget which is not customizable. This includes the rating labels, input placeholder text, and Send or Skip buttons.
All customizable text in the widget will need to be manually written in your desired language in the next step.
It is not possible to create a single survey which dynamically adjusts its language.
Each Hotjar survey can only be configured to display in one language at a time and customizable text will not be translated automatically. User Attributes, or Javascript Triggers can be used to target users with different surveys based on their preferred language.
Why am I getting Feedback responses with no message from the user, only an emoji?
When viewing a Feedback widget, your users will be prompted to click on an emoticon (Love, Hate, Neutral, etc.), and then asked to provide a message to explain their sentiment. In order to click the "Send" button, the user must enter text into this text field. However, some users will choose to abandon the widget or leave the page, after clicking on a sentiment without submitting a message.
When this happens, Hotjar will store the sentiment (emoticon) response, but the feedback message associated with their response will be blank. Currently, it's not possible to ignore feedback responses that do not include a message.