eConnect Email Help Center

Search the Help Center
You are here: Help Center Home > Custom Fields
My custom field links are breaking my email code and everything is rendering incorrectly.
If you're designing an email outside of the application (like in DreamWeaver), there's a quick way to set up links to the Custom Fields you want to use that will help you avoid issues with your code breaking - without using the internal 'Insert Custom Fields' link.

Let's use Unsusbscribe as an example:

-   When crafting your own unsubscribe link/href in a program like DreamWeaver, the code will look like this:

Unsubscribe

-   If you use WYSIWYG editor and use our default link that reads: Unsubscribe me from this contact list. The code would look like:

http://%%unsubscribelink%%/" - Unsubscribe me from this contact list

Note that one has an HTTP before it, while another has an Href.

So in short: Href: outside program. Http: within the application's WYSIWYG editor.

Continue