Hi,
I have configured mailchimp popup form, when user scroll down any blog post, it pops up, as it is expected.
I have copy/pasted below code into one of hooks.
<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.us17.list-manage.com”,”uuid”:”5XXXXXXXXXXXXXXXXX”,”lid”:”b9cabe0588″}) })</script>
My question is how can I bind this popup form to a button, so that user can click the button any time to subscribe, and then I’ll delete the hook code above.
is that possible?