Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi Ronen,It's independent from the CRM. Interesting moments always exist.-Greg
HI Jeffrey,This is a custom field, not a standard one such as {{lead.Owner Email Address}}. You need to check in the admin-> field management that this field does sync with SFDC and that it does sync with the lead and contact objects. You also need to check that the record you are using is a sync'ed...
ON top of My previous answer here that I never updated, calling a save2 endpoint from a Qualtrics webservice finally works. You need to pass the email address to Qualtrics one way or another, so that you can call back a Marketo form and save survey values. You will need 1 Marketo field for each valu...
Hi Joanna,You probably have some CSS in the way of your design that adds margins or paddings. You can override it with some inline CSS in the editor, (in HTML mode). Of have some CSS developper with access to Marketo to look into your template a fix it.-Greg
In order to deal with a especially complex web site project, we are looking into the possibility to host the Mkto form code in an external file, instead of adding the embed code in the web page.Typically, the page will a contain a very short code:
(I replaced scr with src2 in theHi Jeff,This is not possible. Marketo is working on a way to unsync Marketo from SFDC, which would erase all the ID's. They are also working on some API that would enable to "unsync" a specific record, but this is not available yet (I happen to participate in this project).Contact your support, but ...
Hi MarkYou can capture the query parameters through hidden fields in the form.For the referrer URL, if you want to store it in a field, you will need to augment your form behavior with some JS.-Greg
Hi Jason,You can find some info about webhooks here: http://developers.marketo.com/webhooks/ But this is about how to call webhooks. You will also need a webhook service. Search the launchpoint for this.-Greg