Add a link towards any LP in Marketo, with "?mkt_unsubscribe=1&mkt_tok=##MKT_TOK##" at the end of the href. This will be enough for Marketo to know not to add the default link to t...
This is my use case. Notice that the form ID comes from our software in a parameter. Our software generates an unique ID.October 1stPerson A submits form: john.doe@example.com ID= ...
MktoForms2.whenReady(function(form){ form.onSubmit(function(form){ var el = document.getElementById("teklaLeadType"); var sel = el.options[el.selectedIndex].innerHTML; switch (sel...
I cried victory too quick.It seems that the form.getValues()['Lead_Type'] takes the values and not the labels. If the label is teacher, the getvalues take "Lead" as value.
Will post one question at a time, thanks for the tip I think I start to understand the logic of programs nested into engagement programs. Will start to test it out!And yes, I thoug...