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.
[Community swallowed my post, let me summarize.]So you don't really want to duplicate leads, you want to make sure that you can send an email each time a lead registers for an even...
@Ricardo T But why?Don't see the business case for this unless you can explain it further.You want all these inserts -- which you yourself are calling "the same lead"! -- to become...
I should add: without a front-end developer/designer available you really can't push the limits of Marketo forms. Almost anything you can dream up is in some way possible with Form...
To hide fields you first need to label the field wrappers (using some stock JavaScript that you include when embedding the form).This demo shows how you then hide the fields. In th...
Try hiding the field using CSS, rather than marking it as hidden within the form setup.Like I said, you can change the Thank You URL "based on fields on the form." So include the p...
Re: [1] I would include the email address, but have it be a hidden field.Re: [2] You can change the Thank You URL to whatever you want, including a URL based on fields on the form ...
I don't fully agree. If we assume these people simply did not want to give out their real contact info but had a genuine interest in a product (i.e. they signed up to get a downloa...
There's no built-in way. Marketo isn't built to save summary data like this and make it publicly accessible.Using one of the APIs, it would be possible, for example querying via RE...
Fair enough. Just be clear on the limits and that a malicious user can use up those calls... it's not just a matter of legit use. From a security standpoint, anything metered shoul...
Do you see the earlier page views (from when the lead was still anonymous) attached to the lead record once s/he identifies her/himself through a form fillout?(Note: to test these ...