Hello!
I am trying to embed a form from my email marketing company via Javascript onto a single webflow page. How is this possible? Thanks!
Here is my site Read-Only: LINK
(how to share your site Read-Only link)
Hello!
I am trying to embed a form from my email marketing company via Javascript onto a single webflow page. How is this possible? Thanks!
Here is my site Read-Only: LINK
(how to share your site Read-Only link)
@ashforrest you can use the ‘embed HTML’ element and wrap the javascript code in this format.
<script>
(all your javascript code here)
</script>
This could work in some cases, depends on what you’re using and what their instructions are.
There is documentation in the Webflow University you can reference.