@Darshil_Shah,
your approach with a pre-filled form is exactly the approach I take as well. That solution get's my vote.
An potentially interesting extension of that would be a hi...
@sam_shah2k,
I think you need to consider the campaign architecture:
Why was the campaign executed?
What was the intended consequence of no action being taken?
How were they opted...
Gotcha.
Thanks for making my code a bit more robust :).
What are the performance impacts of checking the map twice (once with the contains, and then once to get the swap characters...
@SanfordWhiteman,
now I'm curious:
Why is this
#if(!$swapChars.length().equals(0))
considered falsey? It has a boolean in it (the .equals() ), and I have (in my inimitable old scho...
@cshaffstall,
That seems somewhat odd given that most of the community is using their forms on 3rd party sites, and Marketo provides embed code to do just that.
If you are now usi...
@PramodBasavanna,
try this. There is probably a shorter more elegant version. However, the verbosity of this is in some ways useful
#set( $nameEnding = {
"as" : {
"updated":...
@cptizo,
If you google how to URL encode a comma, you'll find things like this.
In short, use%2C instead of comma in a URL. That being said, any good URL building library should h...