Hi Sreekanth, I have created the use cases for Abandoned cart, Account creation, Order confirmation, Password reset, Nurture setup, Reporting solutionThanks
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" ...
Hi Benjamin, As suggested by Sanford, you need to put action on input event. Here is the sample script:<script>// <![CDATA[MktoForms2.whenReady(function (form) {var x = document.ge...
Hi Mark,Thanks for the reply. I modified the JSON file as per your suggestion but I am getting "Invalid Json" error. Below is the JSON:{"action":"createOrUpdate","lookupField":"ema...
Suppose we have two String field@joshField A contains 1, 2, 3, 4, 5Field B contains 2How to execute the following:If Field A contains Field B thenSkipElseField A = Field A + Field...