Embedding Formsite

JaredMcClure
Community Member

I would like to embed a form created through Formsite. I have successfully embedded from other sources in the past. I know enough about HTML to barely get by! The code I received from Formsite is below. When I add it to the HTML editor and save it, nothing shows up. When I check the HTML editor again, the script has been replaced. Can anyone help me figure this out?

Formsite code:

<a name="form1946615588" id="formAnchor1946615588"></a>
<script src="https://fs19.formsite.com/include/form/embedManager.js?1946615588"></script>
<script>
EmbedManager.embed({
key: "https://fs19.formsite.com/res/showFormEmbed?EParam=B6fiTn-RcO52OQ3bHLHujGrYe2Y6sJfY&1946615588",
width: "100%"
});
</script>

0 Likes