Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
I have the code to embed a form from my crm but I can’t figure out how to do that on the part of the page I want using siteorigin page builder. I am hoping someone can help!
Hi Emily
Thanks for getting in touch.
You can use the Custom HTML Widget to insert code of this nature. If Page Builder isn’t available for the part of the page in question, can you perhaps use a theme widget area at AppearanceWidgets?
Thanks, page builder is available in the area I want to put it but when I used the standard Custom HTML Widget and enter the code the CRM gives me to enter, it just shows up blank and seems to give me an error.
This is the code I am trying to insert for the form:
(function(h,b,s,n,i,p,e,t) {
h._HB_ = h._HB_ || {};h._HB_.pid = i;;;;
t=b.createElement(s);t.type=”text/javascript”;t.async=!0;t.src=n;
e=b.getElementsByTagName(s)[0];e.parentNode.insertBefore(t,e);
})(window,document,”script”,”https://widget.honeybook.com/assets_users_production/websiteplacements/placement-controller.min.js”,”63bc9f66e774070007ef667e”);
Thanks for the update.
The above code isn’t ready to be inserted into a web page. Perhaps try opening a support query with the CRM company. At a minimum, the code needs a wrapping script tag https://www.w3schools.com/tags/tag_script.asp. It would be best if the CRM could issue the complete code to insert.