Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hey Sean,I would not recommend trying to go through this route, as the latency between form followup, and return values from a webhook is too high to work with consistency. If possible I would recommend using AJAX to pull values from your webhook and then pass them in the form fillout. Doing so, y...
Hey Ron,I'll check into Gmail plugiin compatibility for Mac and get back to you.
Hey Adam,If you can't easily normalize the data in Marketo, you might want to look into building an APEX trigger for Upserts on Leads/Contacts to change this before validation is applied.
Hey Kelly,What you want is called responsive design and there's a lot of literature around the web about it. You should check out templates.marketo.com for some responsive templates which you can download and use for your own emails.
Hey Scott,You will need to pass 'NULL' to blank a value with this method.
Hey Hailey,The default interpolation mode for images in IE9 is very poor, you can override it with this CSS:img {ms-interpolation-mode: bicubic;}This should give your images a much crisper result without having to manually resize all of them.
In this case, the best way to navigate around this issue is to set up your Auto-Assignment rules in SFDC such that your leads are assigned to a Queue if they would otherwise be assigned to the User which is creating them. You can do this by adding a final rule to your assignmnt rules for leads wit...
Hey Arif,If you have a list of company names, you can add these into the Multiple Value chooser for the 'Company Name' filter. This is accessed by click the green plus sign. The list will need to be separated by linebreaks for it to function properly. You can then view a list of exisiting leads w...
David, are your using the API name 'PostalCode' in the API call? Do you think you could provide an XML example, redacted if need be?