Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Thanks again Sanford.I've solved the URL parameters issue - it was because of a strange redirect on our website. I've removed the need for the redirect and it works just fine.However, the size of the array is still giving me trouble. This line:#set ($listlength = ${abandonedCart_cList.size()}) Alway...
Hi SanfordI might have to revise this slightly...So here's the code I used:#set ($listlength = ${List.size()}) #set ($listlength = $listlength - 1 ) Note I removed the line which sets the variables before I pass them through to the URL. I found using your solution above that using the notation $...
I'm having some trouble with an email script passing through a URL.#set($dossierURL = "www.gadventures.com/trips/${trips_cList.get($listlength).dossier}" )#set($imageLink = ${trips_cList.get($listlength).dossierImageURL} ) The image passes through just fine, but the link goes to something like th...
Thanks Justin, that makes perfect sense.
We are looking at setting up Custom Activities. We've reviewed the product docs and most of it seems to make sense. But one thing we're struggling with...we have to create a "primary field". From my work with Custom Objects, I thought this might be the unique identifier that ties it back to a partic...
Thanks so much! Works like a charm. Still unsure why it didn't work the first time, but yours is much more elegant.Thanks!
Hi guysI'm struggling with an email script and I'm hoping that someone can help me debug. It seems pretty straightforward...or so I thought! I've replaced our domain and the field name with placeholders, but otherwise this is how the script appears:#set($HeaderImageURL = "letsgo.brand/rs/110-AIL-152...
Hi allI've seen Marketo's predictive content tool through a webinar - you right click the content in the editor and click "Make Predictive." But how would this work if you want to use media queries, and switch content in and out?Hopefully, there is a bit of code which you can use in Dreamweaver or s...
Ok. Thanks guys. It was worth a try!Phil