Hi all – I was just having a conversation where I had to explain to someone that often times we register email clicks that aren’t actually human clicks but rather an email scannin...
Go into the Activity History for some of the leads and look at the New Lead activity. Here's one that was created via Forward To A Friend:I believe the case you're mentioning might...
The Developers section has documentation on how to achieve something like this.Basically, here's what you want:form.onSubmit (function() {var vals = form.vals();if (vals.FirstName ...
I thought that too but I'm moving past that point since he's showing code above that's having a discrepancy. It seems like it's able to pick up the name attributes so my assumption...
Courtney Grimes: Since you've taken it upon yourself to lead this discussion, let me throw an issue your way and see how you'd solve for it.Scenario: I'm using Marketo forms for i...
Someone fancy with JS and JQ wrote that. Sanford Whiteman can verify whether that'll work or not, but the traditional way that's in the online examples is to do it this way:MktoFo...
Sure, you'd put in a timer: var videotime = 0; var timeupdater = null;Change section 3 in the above code to this:// 3. The API will call this function when the video player is read...