Our client’s hubspot account has unfortunately lapsed and been closed at this point for reasons beyond our control, and we’ve got this issue where the Hubspot Pop-up Form embedded on their Shopify site is still firing despite having outright REMOVED the ‘Hubspot’ integration app from within Shopify.
Ideally I could login to our account and make this form inactive, but I have no way of doing that now :(. The account has been inactive for quite some time, so aside from a super deep cache issue, I am kind of shocked this is so stubborn and won’t shake loose.
Our client’s hubspot account has unfortunately lapsed and been closed at this point for reasons beyond our control, and we’ve got this issue where the Hubspot Pop-up Form embedded on their Shopify site is still firing despite having outright REMOVED the ‘Hubspot’ integration app from within Shopify.
Ideally I could login to our account and make this form inactive, but I have no way of doing that now :(. The account has been inactive for quite some time, so aside from a super deep cache issue, I am kind of shocked this is so stubborn and won’t shake loose.
Any help is very very appreciated.
The issue likely persists because the HubSpot pop-up form’s JavaScript is directly embedded in your Shopify theme or custom scripts. Even after removing the HubSpot integration app, the form code might still be active within your site’s code.
To fix this, check your Shopify theme for any remaining HubSpot scripts. In the Shopify admin, go to Online Store > Themes, select your active theme, and click Actions > Edit Code. Look through files like theme.liquid, header.liquid, or any custom JavaScript files for HubSpot-related code (e.g., hs-script-loader or similar). Remove any HubSpot-specific code you find and save the changes. Finally, clear your site cache to ensure the updates take effect.