Form Embed Code

Anonymous
Not applicable

Form Embed Code

Does the embed code change everytime you make a change to a form?
Tags (1)
1 REPLY 1
Brennan_McAdam2
Level 4

Re: Form Embed Code

No it does not.  The embed code references the form ID for each form as well as your Munchkin ID.

Please note, that if you happened to make a new form, the embed code will change to reference the new form.

See below, where MYFORMID and MYMUNCHKINID are generated for you when you select the embed code option from the form.  I replaced the actual values in this example, but  the entire code will be generated for you.

<script src="//app-abc.marketo.com/js/forms2/js/forms2.js"></script>
<form id="mktoForm_MYFORMID"></form>
<script>MktoForms2.loadForm("//app-abc.marketo.com", "MYMUNCHKINID", MYFORMID);</script>
Brennan McAdams