Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
We send a newsletter email every two weeks. A couple months back I largely tokenized the content. When I get copy and pics, I just update the token values and send off the next issue. We just realized our clickthroughs have dropped since the new newsletter. The only thing showing in Email Link Perfo...
Dang. Well! Good thing we saved old settings. Thank you!
Yes, we've only switched to SSL on our corporate site. The Marketo domain where our marketing landing pages sit, hasn't been changed to SSL. Just to be sure I understand... Do you mean referrer information being passed from the corporate site to a Marketo-based landing page? Fortunately, we don't ha...
We're switching our site to an SSL certificate. We've done a switch this morning, and began testing. Nothing seems out of the ordinary so far. I've tested the three or four forms we've embedded in the site. We don't have anything more advanced set up with Marketo just yet. Marketo seems to be loggin...
Sanford, so sorry! I got sidetracked and we'd decided it was low priority to solve the above problem. So, I never pursued further, and didn't notice your message above, until signing in to ask an unrelated question.The page is here: Pick your favorite Cupcake The intention is that, when the user mak...
I just ran into a hiccup with this. Everything works as intended, but I discovered that when somebody presses the submit button, for a moment the "Please Wait" default text appears before - I assume the default text from the button being deactivated to prevent multiple clicks?I tried a couple things...
Something like this? MktoForms2.loadForm("//app-ab14.marketo.com","746-PTV-801", 2063, function(form){ form.onSuccess(function(values, followUpUrl){ var vals = form.vals(); location.href = "http://go.website.com/thanks.html?choice="+vals.miscInfoField1""; return false...
A javascript question...I've got a simple script that will pass my form value to the url in a thankyou page. It doesn't work with radio button fields. When I looked around for other suggestions, the suggestions seem to be using what I've already got. So, I thought maybe somebody here knows what to d...
Yep! That works! I went with the CSS approach.I added it to the template like so (for some reason, "BUTTON[type="submit"]" didn't cooperate) ... the specific form id is intentional in this case:#mktoForm_2036 .mktoButtonWrap.mktoSimple .mktoButton:after { content: "${submitbuttontext}" !Importa...
oh... and I just saw Tony Tiexiera's answer. Maybe I'll go back to that, so I don't have to deal with the