Hello,
i generate a JS code to create a popup Mailchimp newsletter form as explained here :
http://kb.mailchimp.com/lists/signup-forms/add-a-pop-up-form-to-your-website
This is the code i get :
<script type=”text/javascript” src=”//s3.amazonaws.com/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.us9.list-manage.com”,”uuid”:”3c081c5d0fa2af56fb75b0e58″,”lid”:”f0ef40576c”}) })</script>
i pasted it in THEME OPTIONS > CUSTOM JS but nothing happened.
Do i make something wrong or pasted it in a wrong place ?