Archived topic
MailChimp Pop-Form Code Not Working
5 replies · Started by Daniel on February 27, 2023
Hi,
I added a MailChimp pop-up code to my client's site (https://kbplumbingpgh.com/) via the wp_footer hook using a hook element.
But the pop-up is just not appearing.
Any suggestions?
Thanks!
Daniel
Hi there,
the javascript that it loads is returning a 403 ( forbidden ) error.
you can see it the Browser Developers console ( Right Click > Inspect the page to open ).
How was the code you hooked in generated ?
Here's the code: https://kbplumbingpgh.com/wp-content/uploads/2023/03/Screenshot-2023-03-03-at-7.36.15-AM.png
Thanks!
You need to check with Mailchimp, as the URL request:
https://chimpstatic.com/mcjs-connected/js/users/3d6d1c510608e53cd307aaf77/c4faf7bf6f1425de6d0b0f3d2.js
Is being blocked by their server ie. 403 forbidden.
OK, thank you!
You're welcome