Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Well, ideas I liked in the previous instance where they were comingled with discussions.In your second screenshot you point to Community: Feedback & Help. Is that different to "Discussions" and if so, why?
I guess you could do it quick and dirty, if you were referencing something sensitive. After the email is clicked and the page is loaded you could wipe the data being displayed. Kind of like a self-destruct function. Clicks link in email & visits web page -> wait 1 minute -> change data value = null
Hi Scott - thanks for that and excuse my crankiness. I think mostly the things that don't work for me are:- partitions between the different areas (ideas don't sit along side product discussion)- confusion about where to post questions to get community help
Ahh, good one. But would that have to be a batch run?
HiMaybe this feature exists (the sandbox?)?I'd like to be able to save my own campaigns to the "program library". In the same way I can import campaigns from the Marketo Program Library, I'd like to be able to save my own "gold standard" program shells.I suppose another way of thinking about this is...
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...