Making Mailchimp popup open on Click
-
Hi!
I am trying to make a MailChimp subscriber popup open when a user clicks “Free Resources” in the top right corner of my website in the nav menu bar
I have no idea how I can make this work, and my coding skills are not that great. Does anyone know how to do this? Here is the code provided by Mailchimp (at the moment the popup opens when a user scrolls down to the middle of the page):
<script type=”text/javascript” src=”//downloads.mailchimp.com/js/signup-forms/popup/embed.js” data-dojo-config=”usePlainJson: true, isDebug: false”></script><script type=”text/javascript”>require([“mojo/signup-forms/Loader”], function(L) { L.start({“baseUrl”:”mc.us16.list-manage.com”,”uuid”:”b74db18dca8e867f1cf7b1879″,”lid”:”f0299028d0″}) })</script>
The page I need help with: [log in to see the link]
- The topic ‘Making Mailchimp popup open on Click’ is closed to new replies.