SOLVED

Add custom class to Marketo form submit

Go to solution
Callum_Pirie
Level 3

Re: Add custom class to Marketo form submit

Sorry I just add the following into OptinMonster into Integrations and Custom HTML and then add the following

<script src="//app-lon08.marketo.com/js/forms2/js/forms2.min.js"></script>

<form id="mktoForm_1109"></form>

<script>

MktoForms2.loadForm("//app-lon08.marketo.com", "625-GXJ-187", 1109,

function(form) {

    form.onSuccess(function(){

        om{{id}}.Analytics.conversion();

    });

    });

</script>

SanfordWhiteman
Level 10 - Community Moderator

Re: Add custom class to Marketo form submit

So you're using other code instead.  You do understand you're making this very confusing?

Callum_Pirie
Level 3

Re: Add custom class to Marketo form submit

I thought that was the code you gave me? sorry I will just leave it then.