Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
To make sure there’s not an XY problem here, rather than jumping to “I need CSP headers” please explain exactly what you’re trying to achieve on a business and/or technical level. You also say you tried “some” meta tags — which ones?
When Munchkin believes the page is being unloaded, it unhooks click tracking. This is expected. Are you adding the download attribute to the tag? If not, you must have an event listener stopping the default behavior (which is indeed fancier than standard interaction). If you provide your URL we can look further.
OK, if you want me to explain the situation to the wider team I can do that rather than let questions linger.
Chronicles of Strange Code, §2026.01.03(a).let enrichableForms = [123,678];let formsOnPage = [];MktoForms2.whenReady( function(readyForm){ formsOnPage.push(readyForm.getFormId());});if( enrichableForms.some( id => formsOnPage.includes(id) ){ // load an external JS plugin} The code above was suppos...
@kenmckown it would be good to hear back from you on this.
Here’s a fun one. Open a URL that hosts a Marketo form and change the query string to:?utm_medium=email&utm_campaign=new-years-discount-10% Here’s how your form will look: What the? Let’s check the browser console:⮾️ Uncaught URIError: URI malformed at decodeURIComponent (
If you already pre-flight CSVs before putting them on the wire to the Bulk Import API (/bulk/v1/leads.json), you won’t notice this li’l bug. We recommend at least these two pre-flight checks:ensure the lookup field — email, id, sfdcContactId, etc. — is non-empty in every rowensure field values are c...
OK. That’s not just a Yext form, it’s an entire Yext landing page on www.optimizelocation.com that’s been IFRAMEd into your site. Are you able to add custom JS to that IFRAMEd LP? (For obvious security reasons, you can’t simply detect behavior on a cross-origin IFRAME. You must also have control of...
OK, guess that explains why the code makes no sense! Please understand it’s like asking someone to proofread a block of random words and very frustrating. Without a real developer involved, such tools are just creating more work. Impossible to help further without a link to your form.