Phantom MailChimp Forms
-
I’m having an issue with a site I have been maintaining for an internship. There are two MailChimp forms being added to all post pages. I have grepped all of the PHP files in our theme and it has not been added through there. I have also checked all of the plugins to make sure it had not been added through a plugin. I was able to remove one of them with CSS using
#mc_embed_signup_scroll{ display: none; }which doesn’t remove it from the code but it at least hides it. The other one is simply
<h3><b>Sign Up For Our Newsletter</b></h3> <p><label for="mc4wp_email"><b>Email address: </b></label> <input id="mc4wp_email" name="EMAIL" required="" type="email" placeholder="Your email address"> <input type="submit" value="Sign up"> </p>because this has no class or id attribute I cannot hide them without affecting all paragraphs in the posts. Can anyone provide any insight where this code might be coming from if not from a plugin or our theme files?
A link to one of our articles is http://www.newyorkminutemag.com/savvy-student-savings/
The topic ‘Phantom MailChimp Forms’ is closed to new replies.