Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
That sounds like generic JS/DOM maniipulation, well outside of the Forms 2.0 arena.What do these links currently contain? Are they like and you want to turn them into .Please be specific about the "before" and "after" forms of these links.
If it is asynchronous, as we observed when building out a complex webhook scenario in August, then 2 minutes is just a guess. I don't like to guess. Once you have put something in a queue instead of processing it synchronously, then 2m isn't any more guaranteed than 1m or 10m (unless there is an e...
We found the direct opposite in extensive testing (w/in the last 2 months). The sole reason we built out a secondary Data Value Changed trigger was that an immediate field modification could not be trusted -- certainly, we intended to be able to work with the data immediately. If this has been cha...
No reference that I've ever seen. You could of course just destyle the entire form and style it back again from scratch. But then there are probably some default styles you want to keep, so... might as well wait until there's something specific you want to tweak.
The color is set via an inline style (attribute) on the form tag.To override it, you can[1] use !important:.mktoForm { color: red !important;}[2] use a more specific CSS selector[3] disable the style using JS
This is all you need:Updated Fiddle here.Still not really feeling your string-based form builder, though. DOM methods are a lot easier to use and easier to read. In fact, if you simply let the real form render hidden, you could pluck out the DOM elements you want and wouldn't have to create them at...
Why not create a task for each submission using the flow step Create SFDC Task?Like the other guys, I feel -- so far -- like this is a really strange reason to create duplicates. It's the same human and the same sales owner?
Thanks for the feedback, I was not aware of the curl throttling or the rest api issues.Are you able to send me any documentation relating to the curl throttling or the rest api issues? It's not cURL throttling. Any form post, regardless of language/app, gets throttled to one post every 2 seconds per...
Beyond the great comments from Jamie and Rajesh, there's an (admittedly far-out) approach: sending some emails through a relay server that is under your control, i.e. not a Marketo-owned IP. We have a client with a few obstinate customer domains, where individual end users (double-opted-in existing...
Pls Mark as Correct to close this out.