Good day
Not sure what may be going on with that, because logically if you uninstalled the plugin completely, anything being run from it would no longer be getting loaded, especially if you delete the plugin files completely.
Regarding anything else Constant Contact based, I’m only finding this below when doing a view source:
<!-- Begin Constant Contact Active Forms -->
<script> var _ctct_m = "XYZVALUE"; </script>
<script id="signupScript" src="//static.ctctcdn.com/js/signup-form-widget/current/signup-form-widget.min.js" async defer></script>
<!-- End Constant Contact Active Forms -->
However that’s not something that comes from our Forms plugin here.
That is the code in question I am trying to find the source of. Is this from a different constant contact API, or remnant of some form? I always get constant contact as a source for this code. Thank you for your timely response.
Impossible for our support team on the forums here to know, since it’s not from the forms plugin.
Based on the placement of the code output, we suspect it may be in a couple potential places:
- Inside your theme’s header.php file, since it’s shortly after the opening
<body> tag.
- Saved as part of an option for any sort of themes/plugins that allow for copy/pasting things like analytics tracking and whatnot into saved settings, and they then output that content on various WordPress action hooks like
wp_head, wp_body_open and wp_footer etc. I could easily believe Avada having settings like that.
Thank you very much for your help today.