Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Just click on the program's name once you open it and change it.I know it is not clear at all because the user interface doesn't make it obvious that you can edit the name, but you'd be surprise how many things I have found by just clicking around.It would be good if next to the name there was a lit...
Gregory, have you tried renaming a campaign lately? We've been doing it for a while now.Thank you,Rafael
Did you double check the progressive profiling fields configuration has all the checkboxes selected for what you need?I used to have that problem some times and after a while I always realized that I was missing the proper fields to be displayed from being selected. If that's not it, I am not sure w...
Yes. It is possible. I developed a solution here at Citrix that auto-submits a hidden form if the user is a return/cookied user.I used jQuery using:Mkto.formSubmit($jQ('#mktFrmSubmit').parents('form:first').get(0));I do a lot more than just submit the form but that's the one-liner I am using to subm...
The code I sampled here can be used in a regular text link, the submit button or even by loading the page with url parameters. If you have access to a JavaScript developer, it should be clear how to implement it. On my pages, I leverage it whenver the page is loaded with the url parameter userId=gue...
Steffen,Check out my entries on this post about that subject:https://community.marketo.com/MarketoDiscussionDetail?id=90650000000PoxFAASI hope that helps.Thank you, Rafael
Your Marketo admin should set it up in the admin section of Marketo. It's the landing pages setting called "Fallback Page". All that is needed is the URL of a page you want to show in place of a 404 error.
My code is placed lower on the page source and includes "!important" where needed to override Marketo's styles.
Dave,First, let me make sure that this is clear. I am not part of Marketo. I am also a client. I felt I should clarify that since you said "Do you guys understand what we are asking?".Now, I have been able to use CSS media queries to completely manipulate the way that the Marketo forms are rendered....
Carly,There are different ways to currently apply responsive to Marketo landing pages. While none of them are currently out of the box Marketo functionality, I like to think of it as a normal part of the process when designing HTML templates for any online content management environment. Even non-MA...