• I need to use this to better stylize the form on a clients site and she is using Keap Lite which makes it so the official WP Keap plugin doesn’t allow automation.

    The code the site renders is in java script and not the same as what I’m used to for past forms.

    <div data-form-slug="#####" data-env="production" data-path="contact-us/######" class="keap-custom-form"></div><script>(function(a,b){var c=a.keapForms||{SNIPPET_VERSION:"1.1.0",appId:"nf315"},d=b.createElement("script");d.type="text/javascript",d.crossOrigin="anonymous",d.defer=!0,d.src="https://forms.keap.app/lib/public-form-embed.js?appId=nf315&version=1.1.0",d.onload=function(){var b=a.keapForms;b.renderAllForms?!b.invoked&&(b.invoked=!0,b.renderAllForms()):console.error("[Keap Forms] Error: could not load")};var e=b.getElementsByTagName("script")[0];e.parentNode.insertBefore(d,e),a.keapForms=c})(window,document);</script>

    Any help?

  • The topic ‘Does this work with Keap?’ is closed to new replies.