Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
I put company because in our Marketo that field is under company so I thought when doing the script it would be same. But after I changed that it worked. Thank You!
I also tried these two ways this way to get the signature printed just for testing purposes to see whether I am getting any results but for some reason it's not working properly. It's only giving me the else results eventho I am testing a lead with the if and the elseif statement. #if($company.Accou...
Sure, here's what I have tried. #if ( $company.accountOwnerFirstName.equals("Nicole"))#set ( $accountOwnerDetails = { "from": "Nicole Forbes", "fromAddress":"nforbes@test.com" , "replyToAddress":"nforbes@test.com", "signature": "Nicole Forbes" } )#elseif ( $company.ac...
When I tried to do what in the stated script it wasn't working properly. Is it possible to put a new script here where if the Account owner of the contact equals to either Silvia Alex ORBen Ford(Email should show their name and address under the From and signature section) Or else if the account own...
Oh right! That didn't go through my head. Thank You! But yeah I do have a general one too. If the contact's account owner is neither of the 2 and someone else then their email should be personalized as a general email with team names.
I have to send a personalized email to contacts according to who their Account Owner is.These fields will be changing according to their account owner. From NameFrom AddressReply to AddressSignature Can I know how this can be archived using velocity Script. For example we can use these 2 Account own...
Hello everyone, I want to know whether there's a way to prevent a lead getting created 2 times inside Marketo when a lead go in and submit a form twice in a row. I contacted support and they said that a lead like this get created inside Marketo twice because the data sync get delayed. So when a lead...
Hello everyone, I would like to know whether there’s a way I can send a dynamic email accordion to where the recipient lives from a given location. For example, if a recipient lives 50 miles from NYC they will get an email designed with a specific SL stating see you in 2 hours or something.and if so...
Can Someone please help me with this? I want the Submit button disappeared when someone choose Agency/Consultants in this website. https://info.usertesting.com/WEB-Contact-Us-Form_Testing-Form-Submit-Button.html
Here you go, https://codepen.io/figureone/pen/aGqgqbhttps://nation.marketo.com/t5/product-discussions/hide-the-submit-button-based-on-a-value-in-a-form/m-p/143797#M98725