Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
I'm not sure why it didn't work for me, but when I changed the script, the image did appear. Is it possible to add the styling within the velocity script or would it need to be added within the email? I added the styling within the email as shown below and it's not working: Any suggestions? Thank y...
@Darshil_Shah1 Okay, I reworked the code as shown below, and it appears to be working BUT the image size is huge.#if(!$lead.DestinationImageLink.isEmpty())#set($imageURL = "https://promos.ovstravel.com/rs/512-JJP-615/images/Destinations by Spinnaker Logo 350px.png")#else#set($imageURL = $lead.Desti...
Yes, I tried that as well and this is what I see:
Thank you @Darshil_Shah1! I created the script but it's not working when I preview the email with the Default setting or with a test account that has no data in the Destination Image Link field. Below is the Lead token: Where image should appear in email: Email script with token enabled and image U...
Thank you @Darshil_Shah1 , How would I configure this?
Hello Community, We want to use an image as the default content for an image token we've created. Is this possible to do? I tried simply pasting the image link as shown below, but the image doesn't appear when previewing the email in default mode: Thank you,LK
Thank you Michael! It was actually a caching issue. Appreciate your input! LK
Hi @Darshil_Shah1, Actually, the issue was I had to clear the cache, then the prefill appeared.However, a new issue has come up where, let's say someone just checks all the boxes to subscribe to the emails, but doesn't uncheck the unsubscribe box. This affects our automation processes that send API...
Hi @Darshil_Shah1, Okay, I've run through the process of sending myself a live email containing the link to the landing page with the email subscription options form. I enabled the settings below on the link: I sent myself the email via a live campaign (not a test). In Gmail, when I hover over the ...
Okay, understood... Please see my additional comment below: Important to note too is that, unlike the first prerequisite in Sandy's blog, we will not be using an external site so there's no need to enable prefill on an external site. We just want to be able to update the form fields on the Marketo l...