Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
@SanfordWhiteman Hi Sandy, please suggest if you have published your blog. ThanksHarish G
yes, the Data loader is a one-time solution. You can do any dummy update on the records in Salesforce and then Salesforce will sync those with Marketo. Also to keep an eye on sync issue, you can prepare a few reports, eg Records which are only available in Marketo and not in Salesforce (Use filter...
Hi Jo, Thanks for understanding but I think it's not always good to give full code to people. We should help them to learn by sharing the idea and let them do some search. If we will just provide them code then this will resolve their issue but they won't learn anything. I may be wrong. PS: I have l...
Unfortunately No. You need to add it either on each form level in Rich text or add it to the lp template. 😞 There is one idea but I never tried this 🙂 You can create a RICH text token and add the script in it. And then use the token on the LP template or when anyone tries to create the page then...
Check the below link. Not sure how much it's helpful:https://help.salesforce.com/articleView?id=pardot_einstein_parent.htm&type=5Also, here is the screenshot from Marketo's sales videos that why Marketo wins over Pardot and Eloqua:
I have implemented the same scenario (Not for the opportunity but for B2C abandoned cart use case) I run the for each loop on my custom object using velocity script and pulled all the attributes values and displayed in the email: eg #foreach( $object in $CustomObject)#set($CustomerName= $object.Cu...
In your form in Marketo, use RICH TEXT and then click on the HTML icon and add your script.
As Michael mentioned, you can only read them and display them in an email but you cannot change them using velocity script or using change data value steps.
On the first form submit, you need to load another form in the pop-up iframe and pass email id from the first form to the 2nd form but keep email id as hidden in the second form. You can make the email id field as visible also but keep it read-only with prefilled from form 1 email id field so both t...
@Jo_Pitts1 I may have written it in the wrong way (Audited my reply) but the intention is to help each other. Not all the people in the community have good hands-on experience with Marketo Forms API so we are just trying to help others and not doing any treading. I haven't asked them to send me a p...