Hi Sandford,
Thanks for responding!
I just wanted it to output: Product 1, Product 2 without the brackets.
I'm new to velocity and am able to do with this with the #set ($Variable...
I'm using this code and it is outputting correctly, but wondering how do I remove the [] around the data?
#set ($allNames = [])
#foreach( $object in $accountsOwned_cList )
#set( $t...
Hi Sandford,If I just wanted to replace the default value on the date field mm/dd/yyyy to a french format(m/jj/aaaa). Do you know how I would do that? Or is there JS to modify the ...
Sorry my JS knowledge isn't great. Grégoire will this work on embedded forms on non-marketo landing page?Also do I need to change anything in your code in order for it to work on m...