Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi Are there solutions / examples that use 2 column designs with flex-box? I saw floats are used which are a bit rusty. Did someone by any chance lay the ground work for a flex version? or - is there a reason floats are used and flex box should not be used?
I heard this feature will arrive as well in chrome (though not sure) if you do the following in EDGE 88 (chromium) then reload a page with forms2.min.js I get a and this results in a Uncaught ReferenceError: MktoForms2 is not definedat HTMLFormElement.
when looking at the api https://developers.marketo.com/javascript-api/forms/api-reference/#:~:text=.submit() there does not seem to be a way to fail? I probably have a way to fail safely before as I run a catpcha verification before submission, so if that fails, I just reopen the form. use case is ...
hi guys we started sending a lot of data with form submissions. if you go to database, select a lead, then choose a form submission and look at the activity detail: Is it somehow possible to format the data so one can read it easily? e.g. wrap it in a
tag? that is marketo does that. An alternative...
hi guys we get leads with for example blabla@lolfooledyou.sohard is there a marketo integrated way to ping and remove leads that have invalid email addresses?e.g. blabla@lolfooledyou.sohard doesn't exist, thus delete the lead.
hellowe have, somewhat customized marketo forms that we use via the javascript api. now the code stopped working in local dev environment, I suspect it is related to this call: in written words: getForm?munchkinId=MYID&... returns 403 forbidden basically I am getting a 403 and MktoForms2.whenReady n...