Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi Guys
I am trying to embed a Hubspot form into a Umbraco site, but when i insert the code body, the form does not show. I think i need a macro to solve it, but not sure how to set it up.
Anyone had the same problem?
Hubspot form it just script that run in browser over html, this no issue with Umbraco. How you emmed it? Do you have javascript errors?
Hi Yakov - i out the Hubspot code into the source code of the blog post i want it to appear on, but then nothing happens, it does not show
It should be like this
part one
<script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/v2.js"></script>
part 2
<div class="form"> <script>hbspt.forms.create({ portalId: 'YOUOD', formId: 'FORMID', css: '', target: '.form, cssClass: 'formContainer ', submitButtonClass: 'btn btn-primary', } });</script> </div>
what is in you scenario?
I just insert this:
<script type="text/javascript" src="https://static.hsappstatic.net/MeetingsEmbed/ex/MeetingsEmbedCode.js"></script>
Into the source code on the blog, and it does show up
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
Hubspot form, not embeding in Umbraco
Hi Guys
I am trying to embed a Hubspot form into a Umbraco site, but when i insert the code body, the form does not show. I think i need a macro to solve it, but not sure how to set it up.
Anyone had the same problem?
Hubspot form it just script that run in browser over html, this no issue with Umbraco. How you emmed it? Do you have javascript errors?
Hi Yakov - i out the Hubspot code into the source code of the blog post i want it to appear on, but then nothing happens, it does not show
It should be like this
part one
part 2
what is in you scenario?
I just insert this:
Into the source code on the blog, and it does show up
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.