Hover text within hot spot image boxes in survey | XM Community
Skip to main content
Question

Hover text within hot spot image boxes in survey

  • October 13, 2021
  • 1 reply
  • 2 views

Hi There,
I am programming a survey with the hot spot function for respondents to select an area of an image as their answer. Has anyone had any experience with developing hover text that shows when a respondent puts their mouse over a box to give a definition/content?
If there are any examples/tips that could be shared this would be greatly appreciated.
Thanks in advance!
If you need any further information from my end please let me know.

1 reply

Tom_1842
Level 8 ●●●●●●●●
Forum|alt.badge.img+28
  • Level 8 ●●●●●●●●
  • February 6, 2023

Hi there, if you still need, I was able to put something like this by adding a </a> to the Region svgs after grabbing their selectors. The selectors for the Regions follow the nth child format where the first nth child that corresponds to a Region is 3 + the number of Regions, like the below:<br><ul><li>2 Regions (5,6)</li><br><li>3 Regions (6,7,8)</li><br><li>4 Regions (7,8,9,10)</li></ul><br>To give it a try, first create a Hot Spot question that is set to Dislike/Like and add 3 regions to it. Next, add the below to the question's JavaScript in the OnReady section:<br>var qid = this.questionId;<br> <br>var region1 =  '#'+qid+'> div.Inner.BorderColor.LikeDislike > div > fieldset > div > div > div > svg > path:nth-child(6)';<br>var title1 = document.createElementNS('http://www.w3.org/2000/svg', 'title');<br>title1.textContent = "Hover Text 1";<br><br>var region2 =  '#'+qid+'> div.Inner.BorderColor.LikeDislike > div > fieldset > div > div > div > svg > path:nth-child(7)';<br>var title2 = document.createElementNS('http://www.w3.org/2000/svg', 'title');<br>title2.textContent = "Hover Text 2";<br> <br>var region3 =  '#'+qid+'> div.Inner.BorderColor.LikeDislike > div > fieldset > div > div > div > svg > path:nth-child(8)';<br>var title3 = document.createElementNS('http://www.w3.org/2000/svg', 'title');<br>title3.textContent = "Hover Text 3";<br><br>setTimeout(function(){<br> <br>jQuery(title1).appendTo(region1);<br>jQuery(title2).appendTo(region2);<br>jQuery(title3).appendTo(region3);<br><br>},1000);<br><img src="https://uploads-us-west-2.insided.com/qualtrics-us/attachment/CR2A1GYUYUI3_hotspothover.png" alt="HotSpotHover.png"/></p></body></div></div><div class="post__footer"><ul class="list clearfix text--meta post__actions qa-post-actions"><li class="post__action-item"><a class="link link--quiet icon--b icon--thumb-up qa-like-link post__action-link" href="#"><span class="post__action-link__text"><span>Like</span></span></a></li><li class="post__action-item"><a class="link link--quiet icon--b icon--quote qa-icon-quote post__action-link" href="#"><span class="post__action-link__text"></span></a></li></ul></div><hr class="seperator m-b-0 is-transparant" /></div></div></div></div></div></div> <div class="box box__pad"> <div data-preact="topic-list-view/TopicAddReply" data-props='{"disableFileAttachments":true,"isGuest":true,"type":"question","topicId":"17062","redirect":true,"isControl":false,"showGroupJoin":true,"placeholder":"topic.reply.placeholder.textarea"}' ></div> </div> </div> </div> </div> <div class="col col--side Sidebar qa-div-sidebar custom-sidebar"> <div class="module Sidebarmodule"> <div data-preact="related-topics/RelatedTopics" data-props="{"widgetTitle":"Related posts","pageSize":"3"}"> </div> <div data-preact="widget-popular-tags/WidgetPopularTags.sync" class="" data-props="{"title":"","amount":"5","config":{"id":"widget_10","widget_type":"tags","title":"","pagesize":"5"}}"></div> </div> </div> </div> </div> <div class="full-width Template-secondary"> <div class="sitewidth"> <div class="col col--main has--side"> </div> </div> </div> <div class="full-width Template-footer"> <div data-preact="powered-by-insided/index" class="powered-by-insided-footer" data-props="{"rootUrl":"community.qualtrics.com","termsConditions":"\/site\/terms","cookieConfig":{"use_external_modal":false,"mapping":{"required":1,"anonymous":2,"all":3}},"communityVisibility":"public","isGuestUser":true,"phrases":{"Forum":{"branded.back_to_top":"Back to top","Terms & Conditions":"Terms & Conditions","cookiepolicy.link":"Cookies"}}}"><div class="Template-footer"><div class="sitewidth box box--blend" data-component="scrollTopStickyButton"><div class="templatefoot"><a href="https://www.gainsight.com/customer-communities/" class="logo-gainsight" title="Visit Gainsight.com" target="_blank" rel="noreferrer" aria-label><span class="is-hidden">Powered by Gainsight</span></a></div><div class="templatefoot-privacy-links"><a href="/site/terms" aria-label="Terms & Conditions">Terms & Conditions</a><a href="https://www.gainsight.com/policy/accessibility-cc/" target="_blank" rel="noreferrer">Accessibility statement</a></div><button class="scroll-to-top-sticky-button js-scrollto widget--base-shadow is-hidden-S custom-scroll-to-top button-control-new button-control-new--small button-control-new--secondary" type="button" aria-label="Back to top"><div><div><span class="button-control__title-text"></span></div></div></button></div></div></div> </div> <a href="/topic/new" aria-label="New post" data-track='{"trigger":"floating button","type":"Topic Initiated"}' role="button" class="btn--cta btn--create-topic btn--fixed btn--fixed__bottom is-visible-S qa-menu-create-topic"> <span class="icon icon--pen icon--auto-width" aria-hidden="true"></span> </a> <div class="modals box is-hidden js-legacy-modals"> <div class="qa-register-modal" data-helper="modal" data-data='{"modal_id": "register", "mainClass": "modal--register"}' id="modal_register" > <label for="" > </label> <h2> Sign up </h2> <p>Already have an account? <a class="js-open-modal qa-register-have-account-link" data-modal="login">Login</a> </p> <div id="modal_login" > <h4><br /> </h4> <a class="btn--cta btn--sso qa-sso-openid" href="https://community.qualtrics.com/ssoproxy/login?ssoType=openidconnect" target="_top"> Login with Qualtrics </a> </div> <script type="application/javascript"> if (document.querySelector('.email_repeat')) { document.querySelector('.email_repeat').style.display = 'none' } //invite tricks if(document.querySelector('#register_is_invite') && document.querySelector('#register_is_invite').value) { let name = document.querySelector('#register_user_username'); if (name.value === '--removed--') { name.value = '' } let email = document.querySelector('#register_user_email') email.readOnly = 1 email.classList.add('register_user_email--disabled') } </script> </div> <div class="qa-login-modal" data-helper="modal" data-data='{"modal_id": "login", "mainClass": "modal--login"}' id="modal_login" > <label for=""> </label> <h2>Login to the Community</h2> <h4><br /> </h4> <a class="btn--cta btn--sso qa-sso-openid" href="https://community.qualtrics.com/ssoproxy/login?ssoType=openidconnect" target="_top"> Login with Qualtrics </a> </div> <div class="qa-forgot-modal" data-helper="modal" data-data='{"modal_id": "forgot", "mainClass": "modal--forgot"}' id="modal_forgot" > <p>Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.</p> <form name="forgotPassword" method="post" action="/member/forgotPassword" class="form js-ajax-form--forgot" id="form--forgot__1087344888"> <div class="js-notification"> </div> <div class="form__row"> <div class="first"> <label class="label required" for="forgotPassword_username"> Enter your e-mail address </label> </div> <div class="second"> <input type="text" id="forgotPassword_username" name="forgotPassword[username]" required="required" /> </div> </div> <div class="form-row first"> <button type="submit" id="forgotPassword_submit" name="forgotPassword[submit]" class="btn btn--cta qa-submit-button"> Send </button> <a href="#" class="group__item end js-open-modal qa-forgot-password-overview-link" data-modal="login">Back to overview</a> </div> <input type="hidden" id="forgotPassword__token" name="forgotPassword[_token]" value="nE6RbRgHcUxOjJcLiqwa_o4i1bK8cAE6Q-7dc6dNm7A" /> </form> </div> <div class="qa-report-modal" data-helper="modal" data-data='{"modal_id": "report", "mainClass": "modal--report"}' id="modal_report" > </div> <div class="attachments--modal" data-helper="modal" data-data='{"modal_id": "attachments-pending-modal"}'> <h2>Scanning file for viruses.</h2> <p>Sorry, we're still checking this file's contents to make sure it's safe to download. Please try again in a few minutes.</p> <a href="#" class="mfp-close btn--cta">OK</a> </div> <div class="attachments--modal" data-helper="modal" data-data='{"modal_id": "attachments-infected-modal"}'> <h2>This file cannot be downloaded</h2> <p>Sorry, our virus scanner detected that this file isn't safe to download.</p> <a href="#" class="mfp-close btn--cta">OK</a> </div> </div> <script type="text/javascript"> window.appState = {"appName":"forum","activeHubModules":["Community","Event","Group","Ideation","KnowledgeBase","ProductUpdates"],"activeEntities":{"topic":true,"replies":true,"userRoles":true,"privateMessage":true,"transcript":false,"favorite":true,"profile":true,"search":true,"notification":true},"language":"en-US","baseUrl":"https:\/\/community.qualtrics.com","isEmbedded":false} </script> <div><script type="text/javascript">window.inSidedData = {"communityId":"qualtrics-us","environment":"production","language":"en","device":"desktop","params":{"skipPageview":false},"user":{"userid":null,"name":"guest","role":"roles.guest","mainRole":"roles.guest","rank":"","avatar":"","rankIcon":"","rankName":"","isModerator":false,"pmUnreadCount":0,"pmTotalCount":0,"topicsCount":0,"repliesCount":0,"solvedCount":0,"loginSource":null,"registerSource":null},"page":{"pageNumber":1,"name":"Topic","path":"qualtrics-us:Content:Topic:Hover text within hot spot image boxes in survey","section":"Content","site":"qualtrics-us","title":"Topic:Hover text within hot spot image boxes in survey","url":"/custom-code-12/hover-text-within-hot-spot-image-boxes-in-survey-17062","firstRender":false},"form":{"name":"","step":""},"content":{"category":{"id":12,"title":"Custom Code","type":"default"},"topic":{"id":"17062","title":"Hover text within hot spot image boxes in survey","type":"question","content_type":null,"source_id":null,"created":"2021-10-13T10:38:00+00:00","replies":1,"is_sticky":"false","prefix":"vraag","tags":"Hot Spot Question,CSS,Javascript,Custom Code"},"post":{"id":null},"path":"Custom Code:Hover text within hot spot image boxes in survey"},"search":{"phrase":null,"count":null}}</script></div> <div data-preact="cookie-banner/index" class="" data-props="{"level":1,"termsConditions":"\/site\/terms","cookieConfig":{"use_external_modal":false,"mapping":{"required":1,"anonymous":2,"all":3}},"phrases":{"Forum":{"cookiepolicy.title":"Cookie policy","cookiepolicy.content":"We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. <a href=\"{link}\">Learn more about our cookies.<\/a>","cookiepolicy.button":"Accept cookies","cookiepolicy.button.deny":"Deny all","cookiepolicy.link":"Cookies","cookiepolicy.modal.title":"Cookie settings","cookiepolicy.modal.content":"We use 3 different kinds of cookies. You can choose which cookies you want to accept. We need basic cookies to make this site work, therefore these are the minimum you can select. <a href=\"{link}\">Learn more about our cookies.<\/a>","cookiepolicy.modal.level1":"Basic<br>Functional","cookiepolicy.modal.level2":"Normal<br>Functional + analytics","cookiepolicy.modal.level3":"Complete<br>Functional + analytics + social media + embedded videos + marketing"}}}"></div> <input id="csrftoken" type="hidden" value="aOxMN_42i3pVi8trBF9rKBs6iybJIEnGqVuJnGd5Wg4"/> <div data-preact="site-wide/index" class="" data-props="{}"><div></div></div> <div data-preact="multi-language/index" data-props='{"ssoLoginUrl":"\/ssoproxy\/login?ssoType=openidconnect","loginPhrase":"Log In or Register"}'></div> <script src='https://dowpznhhyvkm4.cloudfront.net/2025-11-25-20-18-55-d95f77d86b/dist/js/customization.js'></script><script src='https://dowpznhhyvkm4.cloudfront.net/2025-11-25-20-18-55-d95f77d86b/dist/js/4834.js'></script><script src='https://dowpznhhyvkm4.cloudfront.net/2025-11-25-20-18-55-d95f77d86b/dist/js/6569.js'></script><script src='https://dowpznhhyvkm4.cloudfront.net/2025-11-25-20-18-55-d95f77d86b/dist/js/2194.js'></script><script src='https://dowpznhhyvkm4.cloudfront.net/2025-11-25-20-18-55-d95f77d86b/dist/js/6748.js'></script><script crossorigin='anonymous' src='https://dowpznhhyvkm4.cloudfront.net/2025-11-25-20-18-55-d95f77d86b/dist/js/preact-app.js' id='insided-preact-app' data-basepath='https://dowpznhhyvkm4.cloudfront.net/2025-11-25-20-18-55-d95f77d86b/dist/js/' data-environment='production' data-region='us-west-2' data-communityId='qualtrics-us' data-modules='["articleScheduling","CommunityOverview","convertQuestionsToIdeas","showTopicV2","codeSnippetDarkTheme","event","eventEngagement","eventSubscriptions","group","hiddenGroup","NewUICardGroupOverview","privateGroup","ideation","ideationV2","productAreas","knowledgeBase","TopicSocialShare","automationRules","adminSeats","aiFeatures","aiFeaturesForCM","aiFeedback","aiModeratorKit","aiEvolutionModerationWidget","unifiedIndexEnabled","analyticsExport","analyticsMetadata","analyticsV2","analyticsV2ProductFeedback","badges","biToolsConnector","ccRebranding","categorySettings","changeAuthorOfPublishedContent","channelConfiguration","contentHelpfulness","contentInPreferredLanguage","conversationalWidget","controlSideMenu","customCss","customPages","customPagesDuplication","customizationSettings","destinationCustomization","draftContent","emailCampaigns","emailSuppression","emailTemplate","enableGroupTags","emoji","experimentalFeatures","fileAttachments","gainsight","gainsightPlatformSso","horizonAnalytics","showHAToggle","haCookielessAuth","imageResizingAndAlignment","inAppNotifications","integrationsApi","integrationsApps","integrationsConnectorsAndSecrets","intercomCreateConversations","intercomFederatedSearch","loginWithEmail","mentions","metadataPostDetails","metadataSettings","moderationHome","moderationLabels","moderationNotifications","moderationOverview","moderationOverviewBetaDefault","multiLanguage","localizedHomepage","nonModeratorsCanUploadImagesAndVideos","pageConfiguration","platformVisibility","pointSystem","preModerationRules","privateMessage","publicTagAutoSuggestion","publicTagDestination","publicTagManagement","rank","rateLimiting","registrationRules","reputation","richTopicCards","searchRevamp","searchRevampForAllRoles","selfBadges","selfServiceSSO","seoManagement","skilljarFederatedSearch","spamContent","spamPrevention","subforumSubscription","subtitleAndBackgroundToWidgets","systemEmails","teamNotes","thirdPartyScripts","thoughtIndustries","trackingEnabled","topicsCreate","translations","userGroups","userOverview","userOverviewStatistics","userProfileFields","userProfileOverview","userRoles","userSegments","unreadPostCounter","webmasterManagement","widgetPersonalisation","widgetSiteIdentity","widgetsSettings","zendeskFederatedSearch","zendeskTicketEscalation","zapier","allowCdnCaching"]' data-userPermissions='{"readableCategories":[],"permissions":[]}' data-cssLink='https://dowpznhhyvkm4.cloudfront.net/2025-11-25-20-18-55-d95f77d86b/dist/css/preact-app.css' data-defaultCdn='' data-fb-app-id='' data-communityUrl='https://community.qualtrics.com' data-controlUrl='https://qualtrics-us.insided.com' data-eventLogger='https://t3t09eztsd.execute-api.us-west-2.amazonaws.com/v1/event' data-application='forum' data-cookieConfig='{"use_external_modal":false,"mapping":{"required":1,"anonymous":2,"all":3}}' data-defaultCookieLevel='1' nonce='' data-search='{"client_id":"2BDID0VSM6","token":"Y2ZlNjY1YWNmOGY0YzJhYzljYjBkMDg4MzI0NTY1ZTZmM2I1NTFmZDQ3ZDYyMDNjODdkMmFkOTdiN2YzMjkwZGZpbHRlcnM9Zm9ydW0lM0ErMTArT1IrZm9ydW0lM0ErMTErT1IrZm9ydW0lM0ErMTEyK09SK2ZvcnVtJTNBKzExNStPUitmb3J1bSUzQSsxMTcrT1IrZm9ydW0lM0ErMTE5K09SK2ZvcnVtJTNBKzEyK09SK2ZvcnVtJTNBKzEyMCtPUitmb3J1bSUzQSsxMytPUitmb3J1bSUzQSsxMzkrT1IrZm9ydW0lM0ErMTQwK09SK2ZvcnVtJTNBKzE0OStPUitmb3J1bSUzQSsxNTUrT1IrZm9ydW0lM0ErMTYzK09SK2ZvcnVtJTNBKzE2NCtPUitmb3J1bSUzQSsxOCtPUitmb3J1bSUzQSsxOStPUitmb3J1bSUzQSsyK09SK2ZvcnVtJTNBKzMrT1IrZm9ydW0lM0ErNTIrT1IrZm9ydW0lM0ErNTQrT1IrZm9ydW0lM0ErNTYrT1IrZm9ydW0lM0ErNjIrT1IrZm9ydW0lM0ErNjQrT1IrZm9ydW0lM0ErNjYrT1IrZm9ydW0lM0ErNjgrT1IrZm9ydW0lM0ErNzcrT1IrZm9ydW0lM0ErNzgrT1IrZm9ydW0lM0ErNzkrT1IrZm9ydW0lM0ErOCtPUitmb3J1bSUzQSs4MCtPUitmb3J1bSUzQSs4MStPUitmb3J1bSUzQSs4MitPUitmb3J1bSUzQSs4MytPUitmb3J1bSUzQSs4NStPUitmb3J1bSUzQSs5MCtPUitmb3J1bSUzQSs5MytPUitmb3J1bSUzQSs5NCtPUitmb3J1bSUzQSs5NitPUitmb3J1bSUzQSs3MStPUitmb3J1bSUzQSs3MytPUitmb3J1bSUzQSs3NCtPUitmb3J1bSUzQSs3NStPUitmb3J1bSUzQSs4NytPUitmb3J1bSUzQSsxMjgrT1IrZm9ydW0lM0ErMTQzK09SK3B1YmxpY19yZWNvcmQlM0F0cnVlJnJlc3RyaWN0SW5kaWNlcz1xdWFsdHJpY3MtdXMlMkEmcXVlcnlMYW5ndWFnZXM9JTVCJTIyZW4lMjIlNUQmdmFsaWRVbnRpbD0xNzY0MTQxNjM3","basicToken":"NjU0MmJhZjY2ZmQ3ZDY3ZjliNGNkNDU3Y2JkYjc0YTljZWNjZTcxMGRjOTdlNDUxMmRiYTg2YTVhNDkzOGFiM2ZpbHRlcnM9cHVibGljX3JlY29yZCUzQXRydWUmcmVzdHJpY3RJbmRpY2VzPXF1YWx0cmljcy11cyUyQSZxdWVyeUxhbmd1YWdlcz0lNUIlMjJlbiUyMiU1RCZ2YWxpZFVudGlsPTE3NjQxNDE2Mzc=","isZendeskFederatedSearchEnabled":false,"hiddenCategories":["164"],"unifiedIndexEnabled":true}' data-selectedCookieLevel='1'></script> <script src='https://dowpznhhyvkm4.cloudfront.net/2025-11-25-20-18-55-d95f77d86b/dist/js/4834.js'></script><script src='https://dowpznhhyvkm4.cloudfront.net/2025-11-25-20-18-55-d95f77d86b/dist/js/67.js'></script><script src='https://dowpznhhyvkm4.cloudfront.net/2025-11-25-20-18-55-d95f77d86b/dist/js/2194.js'></script><script src="https://dowpznhhyvkm4.cloudfront.net/2025-11-25-20-18-55-d95f77d86b/dist/js/app.js" id="insided-app" data-basepath="https://dowpznhhyvkm4.cloudfront.net/2025-11-25-20-18-55-d95f77d86b/dist/js/" nonce="" data-environment="production" data-region="us-west-2" data-communityId="qualtrics-us" data-modules='["articleScheduling","CommunityOverview","convertQuestionsToIdeas","showTopicV2","codeSnippetDarkTheme","event","eventEngagement","eventSubscriptions","group","hiddenGroup","NewUICardGroupOverview","privateGroup","ideation","ideationV2","productAreas","knowledgeBase","TopicSocialShare","automationRules","adminSeats","aiFeatures","aiFeaturesForCM","aiFeedback","aiModeratorKit","aiEvolutionModerationWidget","unifiedIndexEnabled","analyticsExport","analyticsMetadata","analyticsV2","analyticsV2ProductFeedback","badges","biToolsConnector","ccRebranding","categorySettings","changeAuthorOfPublishedContent","channelConfiguration","contentHelpfulness","contentInPreferredLanguage","conversationalWidget","controlSideMenu","customCss","customPages","customPagesDuplication","customizationSettings","destinationCustomization","draftContent","emailCampaigns","emailSuppression","emailTemplate","enableGroupTags","emoji","experimentalFeatures","fileAttachments","gainsight","gainsightPlatformSso","horizonAnalytics","showHAToggle","haCookielessAuth","imageResizingAndAlignment","inAppNotifications","integrationsApi","integrationsApps","integrationsConnectorsAndSecrets","intercomCreateConversations","intercomFederatedSearch","loginWithEmail","mentions","metadataPostDetails","metadataSettings","moderationHome","moderationLabels","moderationNotifications","moderationOverview","moderationOverviewBetaDefault","multiLanguage","localizedHomepage","nonModeratorsCanUploadImagesAndVideos","pageConfiguration","platformVisibility","pointSystem","preModerationRules","privateMessage","publicTagAutoSuggestion","publicTagDestination","publicTagManagement","rank","rateLimiting","registrationRules","reputation","richTopicCards","searchRevamp","searchRevampForAllRoles","selfBadges","selfServiceSSO","seoManagement","skilljarFederatedSearch","spamContent","spamPrevention","subforumSubscription","subtitleAndBackgroundToWidgets","systemEmails","teamNotes","thirdPartyScripts","thoughtIndustries","trackingEnabled","topicsCreate","translations","userGroups","userOverview","userOverviewStatistics","userProfileFields","userProfileOverview","userRoles","userSegments","unreadPostCounter","webmasterManagement","widgetPersonalisation","widgetSiteIdentity","widgetsSettings","zendeskFederatedSearch","zendeskTicketEscalation","zapier","allowCdnCaching"]' data-cssLink='https://dowpznhhyvkm4.cloudfront.net/2025-11-25-20-18-55-d95f77d86b/dist/css/preact-app.css' data-defaultCdn='https://dowpznhhyvkm4.cloudfront.net/2025-11-25-20-18-55-d95f77d86b/control/assets' data-fb-app-id='' data-language='en'></script><script nonce="">app.init([{"model":"csrf","data":{"name":"yip_csrf_token","token":"aOxMN_42i3pVi8trBF9rKBs6iybJIEnGqVuJnGd5Wg4"}},{"el":".js-ajax-form--registration","component":"ajax-form"},{"el":"#form--forgot__1087344888","component":"ajax-form"},{"el":".js-open-modal","helper":"show-modal"},{"data":{"map":null,"breadcrumbData":[{"title":"Experience Community","url":"\/"},{"title":"Developer Corner","url":"\/developer-corner-9"},{"title":"Custom Code","url":"\/custom-code-12"},{"title":"Hover text within hot spot image boxes in survey","url":"\/custom-code-12\/hover-text-within-hot-spot-image-boxes-in-survey-17062"}]},"component":"tracker"},{"el":"body","helper":"collapse"},{"el":"body","helper":"ajax-link"},{"model":"global_translations","data":{"ajax-form":{"connection_error":"Unable to submit form. Please refresh the page and try again."},"modal":{"close":"Close","loading":"Loading","gallery_previous":"Previous","gallery_next":"Next","gallery_counter":"%curr% of %total%","image_error":"The image could not be loaded","content_error":"The content could not be loaded"}}},{"view":"MainNavigation","el":".js-main-navigation"}]);</script> </main> <script type="text/javascript" src="https://www.berryapp.io/js/berry-widget.min.js"> </script> <script> const widgetJwt = 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpYXQiOjE3NDkwMjM4NDUsImV4cCI6MTgxNDUyOTYwMCwiYXVkIjoiV2lkZ2V0SW5pdGlhbGl6YXRpb24iLCJvcmdhbml6YXRpb25JZCI6MTYsInNpdGVzIjpbIkNPTU1VTklUWV9CT1QiXX0.DnOHwxioIgq19woRKg3D9BgYAsRhaH4Q8kzjR-EAskA'; window.onload = function () { window.Berry.init({ token: widgetJwt, botUrlPath: 'community', position: {side: 'right', offsetX: 25, offsetY: 100}, primaryColor: '#5429DB', isOpenByDefault: false, hideToggle: false, showClose: true, showResize: false, height: 704, hideChatHistory: true, showNewChat: true }); }; </script> <script src="https://dowpznhhyvkm4.cloudfront.net/2025-11-25-20-18-55-d95f77d86b/control/assets/common/js/jquery.yiiactiveform.js" nonce=""></script> <script type="text/javascript">window.NREUM||(NREUM={});NREUM.info={"beacon":"bam.nr-data.net","licenseKey":"5364be9000","applicationID":"625666988,438654967,16947947","transactionName":"YgFTY0QFW0sHUkVQWVtLcFRCDVpWSXhfal9RAVVrdQtbTBReXVVTRzhyWFsJQFYPRUhlYloUWFRmBVJdJV5fTURaCF1SREtcVgJUSQ==","queueTime":0,"applicationTime":244,"atts":"TkZEFQwfSBREUBMDTUgZ","errorBeacon":"bam.nr-data.net","agent":""}</script></body> </html>