Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Freddie Sexton we are having this same issue. The "direct" traffic makes GA unable to attribute these goals to AdWords campaigns, which means we can't optimize our AdWords ads for conversions. I've been trying to troubleshoot this with AdWords for months with no luck so far.Does anyone have any ins...
I'm trying to eliminate the gutter width for one specific field on a Marketo 2.0 Form. I've tried the code below and haven't been able to get it to work, width is stuck at 10px. Can someone point me in the right direction?.mktoGutter .mktohaswidth[for="C_Comments"] { width: 0px!important;}
Hey Marketo Community,What criteria do you use to decide whether a program is "operational" or not? I know there isn't a right or wrong answer but I'd like to see the thought process of other marketers when making this decision. An example that comes to mind are Tech Support/Customer Service forms. ...
Hi Marc Reece,You may have come across this already but this link in the Marketo docs is a very helpful guide to get you started on overwriting form CSS: Edit the CSS of a Form Theme - Marketo Docs - Product Docs . As the article states, I strongly recommend copying the existing CSS and then editi...
I've been reading a lot of great use cases about velocity scripting but have yet to find one that uses conditional logic based on a lead's activity.The use case I'm envisioning is showing different content to leads that have already filled out a specific form(s) on our site. I know this is possible ...
Charles Sanderson, Justin took a look at our templates and the issue in our case was due to case-sensitivity. Make sure you're using "mktoContainer" and "mktoModule" and not "mktocontainer" and "mktomodule" in your code. Hope that helps!
Hi Marketo Community,I'm trying to customize the downwards arrow next to "select" type questions on a Marketo form. Explorer, Chrome and Firefox all render the arrow differently (screenshots below) and I haven't been able to find anything in the form CSS that controls this. I would also like to edit...
I think a full example of this would be extremely helpful as well, especially for those of us who aren't well-versed in PHP/javascript. Can we see a complete set of code showing a simple PHP form passing information to a hidden Marketo form when submitted?