Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
It's C (Registration Confirmation)
Hi Sanford, I am using only one form per industry in my instance and some time, I have to use more than 1 form on the same page. The requirement is different each time so I can't update the template again and add the new mktoForm element each time. That's the reason I am using the Form embedd code ...
Hi,Is it possible to log a Form conversation activity in Landing page performance report for Embedd form using API or using any custom solution?ThanksHarish
Hi Sreekanth, I have created the use cases for Abandoned cart, Account creation, Order confirmation, Password reset, Nurture setup, Reporting solutionThanks
We have created a custom solution for Marketo Magento integration using custom objects.
Not a best approach but you can ask your SFDC team to create a custom file and a script in SFDC which will check if the record comes with particular field eg. "Do not Sync = true" then just ignore the record from Marketo API and in the Marketo form add this field as a hidden with pre-defined value a...
Hi Benjamin, As suggested by Sanford, you need to put action on input event. Here is the sample script:Thanks