Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Ahh, good one. But would that have to be a batch run?
Hi - I started asking a question but figured it out halfway through, I think. So I figured I'll post it anyway.--------------Hi, I want to move people who have registered but haven't attended to the 'no show' status of a live event.Option 1:SL: Member of program, status registeredFL: Change status t...
Remind me never to buy anything by Jive Software.Seriously, I'm not sure this new interface could be any worse. Is there a survey link floating about? I feel like I need to vent.
I'm not exactly a pro, in fact I'm not even an amateur and I have zero programming/scripting experience, but this is how I'd do it quick and dirty. so I'm actually keen to see a better solution. #set ( $price = ${lead.number} )#if ( ${lead.Country} == "United Kingdom" )#set ( $currency = "£")#elseif...
I need to figure out a way to capture relevant information on a leads record, which is supplied by the sales person and not the lead. The scenario is that at an event, a lead will complete a web-form and the sales person will augment their record ("has budget", "is quality") while they are talking. ...
Thanks - I see!Sweet. Here is how I managed to get a different class on each image:MktoForms2.loadForm("//app-sj01.marketo.com", "410-XOR-673", 298, function(form) { var formEl = form.getFormElem()[0]; { var radio = mktoRadio_1176_0, label = radio.nextElementSibling; radio.className += ' radio...
Hi allI'm attempting to make some radio buttons in a form appear as separate images. Has anyone attempted this? Here is a working example [Edit fiddle - JSFiddle] , but unfortunately Marketo doesn't assign a class for each radio label (as far as I can tell).