I'm a web, database, and network architect based in NYC, with specializations in the financial services, publishing, and SaaS sectors.
I build complex Marketo integrations for companies large and small... and can make Marketo forms and emails do things you never thought possible!
Check out my blog at https://blog.teknkl.com, which has Marketo-specific technical insights you won't see anywhere else, along with wider topics from my programming and systems work.
Unfortunately, you won't get debug info from the Mkto side. So I'd turn it around on your endpoint: why are you sure that no request is going out to your API? ("Checked my web serv...
I think it's an anti-caching ("cachebuster") variable to create a unique URL. It has no inherent meaning (or none that we can access). It isn't the Marketo Lead ID.
I believe there are actually 2 answers.From a form post: 32000From API or GUI: 65535This suggests that the database is using a VARCHAR(65535) but you don't always get access to tha...
Great call, Kristen! I swore I wasn't going to look at any Forms 1.0 forms... but Ricoh Communications​ go to your CSS and change#lpeCDiv_3422 {left:677px; top:549px; z-index:15; w...
I would use a Guided! I was just saying, if a freeform already exists and needed to be tweaked instead of being replaced, there are desperate measures you can take.
Johnine Hoehn​ you can strip all the positioning styles from the <DIV id="lpeCDiv_..."> that Mkto inserts to the hold the form, then relocate the form within the DOM... gotta know ...
I notice this is a Forms 1.0 form. As that technology is out-of-date, I recommend you rebuild this form using Forms 2.0 and re-embed it in the page -- it's a simple form with littl...
Like Edward Unthank predicted, I'll chime in and differ a bit. My stock answer about choosing server-side APIs over client-side Munchkin & Forms is "Show me the design." Show that ...