Ad blockers hiding embedded marketo forms.
Hey everyone,
A user was not seeing our embedded marketo forms on our website. It turns out it was his ad blocker that was keeping the forms form appearing. I replicated the issue and looked in the community for a fix. I found this post that basically says "You should replace the app-*.marketo.com domain with whatever your primary Marketo LP domain is in the embed code." Our LP domain is knox.knoxfinancial.com so I tried changing the embed code from
<form id="mktoForm_1032"></form>
<script>MktoForms2.loadForm("//app-sj24.marketo.com", "594-LVV-771", 1032);</script>
to
<form id="mktoForm_1032"></form>
<script>MktoForms2.loadForm("//app-sj24.marketo.com", "594-LVV-771", 1032);</script>
but when I did that the form disappeared. Any ideas?