Javascript code for email form embedded on a page

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.

1 Like

There is documentation in the Webflow University you can reference.