Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1292798

    Hello Enfold Team. First thanks for your amazing support. It’s really good to know that whatever problem one may have it will be helped with the best effort. Always. Never seen such good support anywhere else before.

    My problem:

    I wanna embed a HubSpot form on a page. It would be possible as a raw HTML form. But I wanna use the one with Javascript.
    Is there a way to add javascript without needing to modify functions.php of the theme? Thanks for your help in advance.
    <script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/shell.js"></script>
    <script>
    hbspt.forms.create({
    region: "na1",
    portalId: "9367921",
    formId: "88cab29d-f94c-4a27-8403-53ddf9b6628e"
    });
    </script>

    This wouldn’t be a problem normally with other themes. How do I do this in Enfold?

    • This topic was modified 3 years, 3 months ago by holbizmetrics.
    #1292827

    Just solved it. Code block works in that case. :-)

    #1292862

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan ShannonI

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Adding javascript on a page (embed hubspot form) without modifying functions.php’ is closed to new replies.