Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
290 views
in Q2A Core by
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?
Q2A version: latest

Please log in or register to answer this question.

...