Mailchimp Pop Up Form compatibility

Permalink
Hello!
Does anyone know where to put the script for a Mailchimp PopUp Form window?
Thanks!

 
studio108 replied on at Permalink Reply
studio108
Normally it gets added in the footer file of the website. If you are using a Concrete5 theme it will be located in the theme folder > elements > footer.php

Just before...


<?php Loader::element('footer_required'); ?>
</body>
</html>


I hope this helps?
columbiatools replied on at Permalink Reply
It does thank you! But the developer that built our site has locked us out of the .php files. I can't access them at all. Is there a work around that you know of?
Thank you so much!
JohntheFish replied on at Permalink Reply
JohntheFish
You can add snippets of script to a block at the end of the global footer area of a page. Use @mesuva's https://www.concrete5.org/marketplace/addons/script-output/... or use and HTML block with my Safe HTML template https://www.concrete5.org/marketplace/addons/safe-html....