Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
@mkmarketo1 can you clarify for me please. Are you wanting a tracked link or not?CheersJo
@mkmarketo1,To get a little pedantic, you don't send a tracking link through Velocity. You create a link in Velocity, and Marketo processes it after that into a tracked link. But if the question is 'are links created in Velocity tracked?' then the answer is yes, unless you specifically include the...
@Alyssa_Pacheco, I'll try and make time today to have a proper look at the code and what is going on. Have you reviewed on Email On Acid or similar to see if it's something quirky in your environment vs global
@kenmckown,When you make any changes to a template (and I do mean ANY) all emails that use that template will go back to draft.This is where things get interesting:If you make changes to the TEMPLATE (not the modules), these changes will be reflected when you approve the draftIf you make changes to ...
@Alyssa_Pacheco ,I've not spent any real time on this, but try looking at this media query@media only screen and (max-width: 640px) {Drop it to 600 and see what happens. That shouldn't be the issue, but I am curious. If you have a small screen, and hence a small preview area, weird things can hap...
@PaddyRR ,There are many baffling things in your statement most recent reply. I'm going to try and unpack them all. @PaddyRR wrote:From what I understand the implement your solution the Script would need to be applied very specifically to emails, referencing the email HTML in the code itself. VTL o...
@NicoleMarcoe1 ,As a blanket statement, that's not 100% correct (although mostly correct).For example: In NZ if a person fills in a form requesting information but not consenting to marketing, you are allowed to fulfil the request (i.e. it might be gated content that they can only access from a lin...
@PaddyRR ,Here is a consolidated version taking the sorted list approach, and a method of controlling the number of open enquiries to display. #set ($maxDevelopmentToDisplay = 2)#set ($displayCounter = 0)#set( $allDevelopments = { "Westley Green, Langdon Hills" : { "Development_Name":"Westley G...
@PaddyRR ,Can you check back in and let us know if the solutions proposed are fit for purpose. There has been quite a lot of effort gone in here. CheersJo
@LeaCharnley ,really obvious question (mostly prompted by the order of operations you've described).@LeaCharnley wrote:I have added a select field to my form, and I created a custom field in the database to record the information to.Is the select field set to put it's data into the custom field. I ...