HiWe have a software that links contact form on our website and the link contains a ID number. It's easy to store the ID but I would like to check if the ID is unique. We only allo...
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.
FormFirst nameLast nameEmailCountryI'm a (which is a field called "Lead type")Student | StudentTeacher | LeadOther | LeadHow can I change the "Industry" when the visitor chooses "T...
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...
HiI'm trying to get my head around the engagement program and have a few questions.1. Programs in the streamIn the first stream, I would have 3 pieces of content:EbookVideoWebinarI...