I was trying to add a popup subscription form from mailchimp with following code:
<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.us1.list-manage.com","uuid":"aae1fafd1870bb3esd3d987d56a","lid":"464dd351521"}) })</script>
But when I add this to the header section from layout, footer line goes up and shows up in the middle of the page.
Any idea why?