When Autoptimize is turned on it moves my JS based webforms below the footer of each page. See cldinc.com/contact-us. The actual script is:
<script charset="utf-8" src="//js.hsforms.net/forms/current.js"></script>
<script>
hbspt.forms.create({
portalId: '164236',
formId: '47b7bb81-5ec5-450b-b9b1-69f69b1d105a'
});
</script>
Has this happened to anyone else? How can I have it ignore this script? I did put "current.js" in the exclude field and that did not work either.