sincerelyjoie Posted May 8 Share Posted May 8 Hello! I am trying to upload an embed code/code block for a lead generator form. As soon as I save the page and exit, the entire page goes blank. Any help is appreciated. https://permanentbeautybylili.com/download-pricing-brochure Link to comment
qosmic Posted May 9 Share Posted May 9 Something in the code block is interfering with the page (obviously). It's not really a Squarespace issue. Where did the code come from? Debugging code is typically complicated and time consuming, but if you paste the code here, someone might be able to see if there's an obvious problem. .techCRM | Email Marketing | eCommerce | Accounting Systems | Data Migration | Automation | App IntegrationsOur Mission - Contact Link to comment
sincerelyjoie Posted May 9 Author Share Posted May 9 Thanks qosmic! Here is the code: <iframe src="https://api.leadconnectorhq.com/widget/form/kPbrzu1H0jnCHPBsUWfR" style="width:100%;height:100%;border:none;border-radius:6px" id="inline-kPbrzu1H0jnCHPBsUWfR" data-layout="{'id':'INLINE'}" data-trigger-type="alwaysShow" data-trigger-value="" data-activation-type="alwaysActivated" data-activation-value="" data-deactivation-type="neverDeactivate" data-deactivation-value="" data-form-name="FORM (WEBSITE)" data-height="492" data-layout-iframe-id="inline-kPbrzu1H0jnCHPBsUWfR" data-form-id="kPbrzu1H0jnCHPBsUWfR" title="FORM (WEBSITE)" </iframe> <script src="https://link.msgsndr.com/js/form_embed.js"></script> Link to comment
Solution creedon Posted May 10 Solution Share Posted May 10 The code is malformed. It is missing a > on the opening tag. This causes a rendering error. <iframe src="https://api.leadconnectorhq.com/widget/form/kPbrzu1H0jnCHPBsUWfR" style="width:100%;height:100%;border:none;border-radius:6px" id="inline-kPbrzu1H0jnCHPBsUWfR" data-layout="{'id':'INLINE'}" data-trigger-type="alwaysShow" data-trigger-value="" data-activation-type="alwaysActivated" data-activation-value="" data-deactivation-type="neverDeactivate" data-deactivation-value="" data-form-name="FORM (WEBSITE)" data-height="492" data-layout-iframe-id="inline-kPbrzu1H0jnCHPBsUWfR" data-form-id="kPbrzu1H0jnCHPBsUWfR" title="FORM (WEBSITE)" > </iframe> <script src="https://link.msgsndr.com/js/form_embed.js"></script> This is after the correction. Let us know how it goes. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. Link to comment
sincerelyjoie Posted May 10 Author Share Posted May 10 Thank you so much! This worked perfectly. I appreciate your help!! creedon 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment