Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
It's a long story. 😕Basically, someone else set this up, with a second button that didn't do anything. He's gone, and I'm trying to make it work.
Also, it looks like when I add new answers to the form, it does not overwrite the progress, whereas before it used to.I'm wondering if I shouldn't go back to my old approach, where the form was in a form element, and the lead tokens displayed the field value as a default, but otherwise showed up bla...
Hi Sanford Whiteman, thanks for the heads up. For some reason any responses to my posts get sent straight to spam, so it took me a bit to circle back around. I got it to work....sort of. On the original page, I put the field tokens in the text area for each answer, so as to pre-populate text for any...
So here's the deal:I've built a form where the user can go in, write answers, and then go back and edit them. If something is left blank upon submit, they're taken to a page that says "thanks! Your progress has been saved." If it's all filled out and ready to go, and they hit submit, they're taken t...
Marketo support gave me the official answer - I can't do it. Basically, if I'm attempting to display more than 60 "non-Marketo" fields (anything synced to an SFDC field; either on the opportunity object, or a custom SFDC field), it won't work. No workarounds. I brought up this thread and they said t...
One fun fact to consider - if the lead was marked as 'unsubscribed' when previously deleted, Marketo retains that information and re-attaches it to the lead if it's imported again down the road. Had this come up a couple months back, and found that out via Marketo support. Not sure if terribly relev...
I actually don't have your email anymore, as I switched jobs since the last time I used it. How can I get in touch? The security stuff where I am now is crazy strict, like I can't send attachments to personal email or I get fired level of strict. However, I can dumb-down the master token and put t...
Here's a sample of what one of the token scripts looks like:
Label: | $display.alt($lead.Field1, "---") $display.alt($lead.Field2, "---") | |
Label: | $display.alt($lead.Field3, "---") | $display.alt($lead.Field4, "---") |
$display.alt($OpportunityList[0].Field5, "---") | $display.alt($OpportunityList |
You can't. I tried sending the email to a lead, and although Marketo will allow me to approve it, the send fails. It doesn't even give an error message, which I saw before, when I initially was trying to create the template. That's how I found out Marketo won't send an email with over 40 tokens; it ...
I scripted the tokens out, but I'm running into an issue where each table/token works fine on its own, but I seem to hit a limit where the Marketo previewer pukes. Is there a limit of some kind as far as the data it will display? I can get around 63 out of 94 field values to display, or 6 of my 9 ta...