Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Thank you so much for your help that worked!
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 = ''") and then printing the variable at the end ${Variable} on person level tokens but am new to using it with Custom Ob...
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( $tmp = $allNames.add($object.product) )#end${allNames} Outputs [Product 1, Product 2]Probably a simple answer but wondering h...
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 calendar widget itself as right now it is in English
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 my form? Or can I just copy and paste it before the closing body tag?