Hey @juliedunn,
Have you checked with Pardot Support first? They might have some valuable insight. If not (or if it’s specifically related to this plugin), I’m happy to help you figure out what’s happening.
Hi Cliff,
I did reach out to Pardot support but they weren’t able to help or offer any insight because the problem only occurs on the WP landing pages. I’ve also let our web-design/dev team to see if they have any ideas but nothing so far. They are also not very familiar with Pardot so I’m trying to do some research of my own.
Gotcha! Can you link me to a page where this is happening?
Thanks, @juliedunn! You’ll have some very fake-looking submissions from me. 🙂
This is being caused by a mixed-content warning, due to that link being generated as HTTP. This is more a quirk of Pardot.
To fix it, go into the Layout Templates being used on the embedded form. In the code, you’ll see a meta tag that looks like this:
<base href="http://go.arrowpointe.com">
Change that to:
<base href="https://go.pardot.com">
Test that out, but that should fix it for you.
That fixed it!!! Thank you Cliff!!!