@Chris_Francis1,
coding HTML for emails is an incredibly nuanced PITA! I'd suggest doing a LOT of googling (It's what I did in my early days). A great place to start is to google "...
@Chris_Francis1,
from your pasted code:
The # in the href should be the same Marketo variable as used in the non-outlook button. (i.e.${threeColumnButtonLeft})
Also, I've reforma...
@Dave_Robertsm, nicely put. However, far fewer people use forward to friend than their native email client forward functionality.
I'd love to see@jtanusri's code to see what can b...
@Tyron_Pretorius,
I went for broke on this and wrote some VTL to spit out each character in notes field. Here is the output
Here is the (ugly) code.
I wanted the output in decim...
@Tyron_Pretorius,
When I do a test using Person Notes I get this
Which when run through this velocity code (And I've deliberately done this very stepwise for clarity)
#set ( $myNo...
@Exxact,
what is your sales database? Is it either SFDC or Dynamics?
When you say you want the field on the company info tab, I'm presuming you mean you want it on the company obje...
@jtanusri, forwarding and replying to emails quite often causes problems as Outlook has a bad habit of stripping tags and styles. Paste in the HTML for the email, and we can take a...
@abaummidaxo,
remember - reCaptcha doesn't stop the leads coming in. It just assigns them a confidence level of human vs bot. It's up to you do something with them (e.g. delete if ...
@anne_sample_f5, what language are you coding in? Can you share the relevant code that is producing the payload?
Then we might be able to determine why the datetime info you are ge...