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

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.

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> <hr class="seperator m-b-0 "> </div> </div> </div> </div> </div> <div class="box box__pad"> <div class="box__content qa-reply reply-editor-wrapper"> <h3>Leave a Reply</h3> <br/> <div data-preact="groups-destination/GroupJoin" data-props='{"publicGroupMessage": true}'></div> <div data-preact="editor/postEditor" data-props='{"disableFileAttachments":true,"isControl":false,"topicId":17062,"redirect":true,"isGuest":true,"placeholder":"topic.reply.placeholder.textarea"}' ></div> </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></div><span class="scroll-to-top-sticky-button js-scrollto widget--base-shadow is-hidden-S custom-scroll-to-top" title="Back to top" aria-label="Back to top"></span></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>Social Login </h4> <a class="btn--cta btn--sso qa-sso-openid" href="https://community.qualtrics.com/ssoproxy/login?ssoType=openidconnect" target="_top"> Login with OpenIdConnect </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>Social Login </h4> <a class="btn--cta btn--sso qa-sso-openid" href="https://community.qualtrics.com/ssoproxy/login?ssoType=openidconnect" target="_top"> Login with OpenIdConnect </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__1757560930"> <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="tz2vS1_tlnvcLFybCoUtkda7CwZtsgXlW0TkZfWjPvQ" /> </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> 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"} </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":1634121480,"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="NH-UCc9gzf_l5Idg2nY_m4NTHqHfXAtlFtwROzavRpQ"/> <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-09-12-11-20-43-4093689cd6/dist/js/850.js'></script><script src='https://dowpznhhyvkm4.cloudfront.net/2025-09-12-11-20-43-4093689cd6/dist/js/841.js'></script><script src='https://dowpznhhyvkm4.cloudfront.net/2025-09-12-11-20-43-4093689cd6/dist/js/857.js'></script><script src='https://dowpznhhyvkm4.cloudfront.net/2025-09-12-11-20-43-4093689cd6/dist/js/618.js'></script><script crossorigin='anonymous' src='https://dowpznhhyvkm4.cloudfront.net/2025-09-12-11-20-43-4093689cd6/dist/js/preact-app.js' id='insided-preact-app' data-basepath='https://dowpznhhyvkm4.cloudfront.net/2025-09-12-11-20-43-4093689cd6/dist/js/' data-environment='production' data-region='us-west-2' data-communityId='qualtrics-us' data-modules='["articleScheduling","CommunityOverview","convertQuestionsToIdeas","event","eventEngagement","eventSubscriptions","group","hiddenGroup","NewUICardGroupOverview","privateGroup","ideation","ideationV2","productAreas","knowledgeBase","TopicSocialShare","automationRules","accessibilityImprovements","accessibilityImprovements2","accessibilityImprovements3","adminSeats","aiFeatures","aiFeaturesForCM","aiFeedback","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","showHAToggle","haCookielessAuth","imageResizingAndAlignment","inAppNotifications","integrationsApi","integrationsApps","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","performanceUseBBCode"]' data-userPermissions='{"readableCategories":[],"permissions":[]}' data-cssLink='https://dowpznhhyvkm4.cloudfront.net/2025-09-12-11-20-43-4093689cd6/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":"YmRmOGYxMzM0YTMzZjRhODhmMWFjYTliMzVhZWMyMDA5MzUyOTFhNDdiMWFjYzhkYjQ3YTc3YzQyZWJkYTc3ZGZpbHRlcnM9Zm9ydW0lM0ErMTArT1IrZm9ydW0lM0ErMTAwK09SK2ZvcnVtJTNBKzExK09SK2ZvcnVtJTNBKzExMitPUitmb3J1bSUzQSsxMTUrT1IrZm9ydW0lM0ErMTE3K09SK2ZvcnVtJTNBKzExOStPUitmb3J1bSUzQSsxMitPUitmb3J1bSUzQSsxMjArT1IrZm9ydW0lM0ErMTMrT1IrZm9ydW0lM0ErMTM5K09SK2ZvcnVtJTNBKzE0MCtPUitmb3J1bSUzQSsxNDkrT1IrZm9ydW0lM0ErMTU1K09SK2ZvcnVtJTNBKzE2MStPUitmb3J1bSUzQSsxNjIrT1IrZm9ydW0lM0ErMTYzK09SK2ZvcnVtJTNBKzE4K09SK2ZvcnVtJTNBKzE5K09SK2ZvcnVtJTNBKzIrT1IrZm9ydW0lM0ErMytPUitmb3J1bSUzQSs0K09SK2ZvcnVtJTNBKzUyK09SK2ZvcnVtJTNBKzU0K09SK2ZvcnVtJTNBKzU2K09SK2ZvcnVtJTNBKzU4K09SK2ZvcnVtJTNBKzYyK09SK2ZvcnVtJTNBKzY0K09SK2ZvcnVtJTNBKzY2K09SK2ZvcnVtJTNBKzY4K09SK2ZvcnVtJTNBKzc3K09SK2ZvcnVtJTNBKzc4K09SK2ZvcnVtJTNBKzc5K09SK2ZvcnVtJTNBKzgrT1IrZm9ydW0lM0ErODArT1IrZm9ydW0lM0ErODErT1IrZm9ydW0lM0ErODIrT1IrZm9ydW0lM0ErODMrT1IrZm9ydW0lM0ErODUrT1IrZm9ydW0lM0ErOTArT1IrZm9ydW0lM0ErOTMrT1IrZm9ydW0lM0ErOTQrT1IrZm9ydW0lM0ErOTUrT1IrZm9ydW0lM0ErOTYrT1IrZm9ydW0lM0ErOTkrT1IrZm9ydW0lM0ErNzErT1IrZm9ydW0lM0ErNzMrT1IrZm9ydW0lM0ErNzQrT1IrZm9ydW0lM0ErNzUrT1IrZm9ydW0lM0ErODcrT1IrZm9ydW0lM0ErMTI4K09SK2ZvcnVtJTNBKzE0MytPUitwdWJsaWNfcmVjb3JkJTNBdHJ1ZSZyZXN0cmljdEluZGljZXM9cXVhbHRyaWNzLXVzJTJBJnF1ZXJ5TGFuZ3VhZ2VzPSU1QiUyMmVuJTIyJTVEJnZhbGlkVW50aWw9MTc1NzcyNzI5NQ==","basicToken":"OTMxOTk5ZTBiZmFkYjIyZDZjNzI0YmE2NzZmZDk4M2ZhYTNiN2FjNDQ1ZThlMjgzZTRmODFlMzFlZGUzMzhmNGZpbHRlcnM9cHVibGljX3JlY29yZCUzQXRydWUmcmVzdHJpY3RJbmRpY2VzPXF1YWx0cmljcy11cyUyQSZxdWVyeUxhbmd1YWdlcz0lNUIlMjJlbiUyMiU1RCZ2YWxpZFVudGlsPTE3NTc3MjcyOTU=","isZendeskFederatedSearchEnabled":false,"hiddenCategories":["161","162"],"unifiedIndexEnabled":true}' data-selectedCookieLevel='1'></script> <script src='https://dowpznhhyvkm4.cloudfront.net/2025-09-12-11-20-43-4093689cd6/dist/js/850.js'></script><script src='https://dowpznhhyvkm4.cloudfront.net/2025-09-12-11-20-43-4093689cd6/dist/js/729.js'></script><script src='https://dowpznhhyvkm4.cloudfront.net/2025-09-12-11-20-43-4093689cd6/dist/js/857.js'></script><script src="https://dowpznhhyvkm4.cloudfront.net/2025-09-12-11-20-43-4093689cd6/dist/js/app.js" id="insided-app" data-basepath="https://dowpznhhyvkm4.cloudfront.net/2025-09-12-11-20-43-4093689cd6/dist/js/" nonce="" data-environment="production" data-region="us-west-2" data-communityId="qualtrics-us" data-modules='["articleScheduling","CommunityOverview","convertQuestionsToIdeas","event","eventEngagement","eventSubscriptions","group","hiddenGroup","NewUICardGroupOverview","privateGroup","ideation","ideationV2","productAreas","knowledgeBase","TopicSocialShare","automationRules","accessibilityImprovements","accessibilityImprovements2","accessibilityImprovements3","adminSeats","aiFeatures","aiFeaturesForCM","aiFeedback","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","showHAToggle","haCookielessAuth","imageResizingAndAlignment","inAppNotifications","integrationsApi","integrationsApps","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","performanceUseBBCode"]' data-cssLink='https://dowpznhhyvkm4.cloudfront.net/2025-09-12-11-20-43-4093689cd6/dist/css/preact-app.css' data-defaultCdn='https://dowpznhhyvkm4.cloudfront.net/2025-09-12-11-20-43-4093689cd6/control/assets' data-fb-app-id='' data-language='en'></script><script nonce="">app.init([{"model":"csrf","data":{"name":"yip_csrf_token","token":"NH-UCc9gzf_l5Idg2nY_m4NTHqHfXAtlFtwROzavRpQ"}},{"el":".js-ajax-form--registration","component":"ajax-form"},{"el":"#form--forgot__1757560930","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.eyJpYXQiOjE3MzA3MDU3MzMsImV4cCI6MTc2MjI0MTczMywiYXVkIjoiV2lkZ2V0SW5pdGlhbGl6YXRpb24iLCJvcmdhbml6YXRpb25JZCI6MTZ9.aHLpGPwFQp85rhbehqpGuEJQjCTlBpZr2AJuX0jqNt8'; 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-09-12-11-20-43-4093689cd6/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":"YgFTY0QFW0sHUkVQWVtLcFRCDVpWSXhfal9RAVVrdQtbTBReXVVTRzh3WEQRWGQyXkFQVXYLX0NEC1lUA0MeSl5aEw==","queueTime":0,"applicationTime":261,"atts":"TkZEFQwfSBREUBMDTUgZ","errorBeacon":"bam.nr-data.net","agent":""}</script></body> </html>