Pardot Form Issues

Hello, ever since we updated our cornerstone, our Pardot sign up forms have not been working on the website anywhere. Here is the code example of one placed in a text widget at the bottom left of the home page (under collateral lending):

iframe src=“http://go.pardot.com/l/95732/2018-05-24/g56gwm” width=“100%” height=“500” type=“text/html” frameborder=“0” allowTransparency=“true” style=“border: 0”></iframe

(removed outter < > tags to post on forum)

Website: www.ironwoodfinance.com

Hi,

I tried that code in my test sites but could not replicate the issue. It is working fine in my test sites.

Do you have any cache plugin installed? Try to clear your plugin cache and try again.

You can also try adding a new text widget and add your iframe code to it, or create a test page with no content and just your iframe. This is so we can narrow down what is causing the issue.

Thanks

I have removed the cache with WP Super Cache but the forms are still hidden on the website. I tried adding a new HTML widget as well as a new text widget but it is not showing still. I have tried adding the code to multiple pages’ contents as well but no luck. It worked fine until we updated Cornerstone

Hello Alexis,

There is an error in your site:

Mixed Content: The page at 'https://www.ironwoodfinance.com/' was loaded over HTTPS, but requested an insecure resource 'http://go.pardot.com/l/95732/2018-05-24/g56gwm'. This request has been blocked; the content must be served over HTTPS.

Please update your iframe code and use this:

<iframe src="https://go.pardot.com/l/95732/2018-05-24/g56gwm" width="100%" height="500" type="text/html" frameborder="0" allowTransparency="true" style="border: 0"></iframe>

Please let us know if this works out for you.

THANK YOU!!! It worked :slight_smile:

You are most welcome. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.