@Sophia_Sellars,
@Grace_Brebner3's example is spot on. As an extension of that, this linkhttps://docs.marketo.com/display/public/DOCS/Smart+List+Filter+Operators+Glossarywill take ...
All,
with@SanfordWhiteman's help we found a cunning answer. If you can't get the chrome devtools to surface the code, then put this line of code
debugger;
where you want to debug i...
As an alternative approach to@Chris_Wilcox's product example above, I often create tokens long these lines:
#if($lead.products_of_interest.contains("A"))
#set( $storyHidden = fa...
Will,
Along with Sanfords comments on reviewing the HTML fragments, I'd go further and say there is a very strong argument to be made that you should really look at how you are cra...
All,
I have a situation where I have some JS written directly into a Landing Page Template.
I want to debug said JS. I'm using Chrome for this. When I hit F12 and go to sources, I...
Harish,
thanks for clarifying. I think though the best way to help is with worked example (as what@SanfordWhitemanoften does).
In my case, I'm not that clever - but when I do get a...
@Harish_Gupta6wrote:
You need to write a JS script and add onblur events on all fields and then create a function to check if all fields have been filled or not. Call this function...