Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
MktoForms2.whenReady(function(form){ form.onSubmit(function(form){ var el = document.getElementById("teklaLeadType"); var sel = el.options[el.selectedIndex].innerHTML; switch (sel) { case 'Teacher': form.addHiddenFields({Industry:'Education'}); break; case 'Some ot...
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 "Teacher"? This should write "Education" in there?
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 thought about behavior score but wrote engagement score. Thanks, now I need to figure out the best score to change streams.
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 would like to send emails that lead them to this content. However, I would not like to send it if they have already vi...