[custom_unsubscribe] would collide with other render tasks
While trying to set up a custom unsubscribtion feature I'm facing some difficulties;
I insert a tag as follow <a href="/[custom_unsubscribe]">My link</a>.
In my render task I expect the code to be the same but it has been changed to <a src="http://host:port/[custom_unsubscribe]">My link</a>
Does it come from some other rendertask ? Is there a way to prevent such behavior ? What is the prirority among all the rendre tasks ?
[custom_unsubscribe] would collide with other render tasks
While trying to set up a custom unsubscribtion feature I'm facing some difficulties; I insert a tag as follow
<a href="/[custom_unsubscribe]">My link</a>
.In my render task I expect the code to be the same but it has been changed to
<a src="http://host:port/[custom_unsubscribe]">My link</a>
Does it come from some other rendertask ? Is there a way to prevent such behavior ? What is the prirority among all the rendre tasks ?
Thanks for your answer,
Hi!
That is another render tasks that converts relative link. You should probably get away with just chaning your placeholder to look like this:
In other words remove the "/" from the beginning of the url.
Reg. your question about priority - that's based on the order in which it appears in the newsletterStudio.config-file.
// m
is working on a reply...