API & Dynamic Content

How can I display predefined fields?

Predefined fields can be created within your account by going to "your current campaign" in the upper right of the page. From the drop-down list, click "Predefined fields" at the bottom.

Their values will be displayed once the following code is used:
{{PREDEFINED "value"}}
If there is no value, an empty string will be inserted.
Beautifulizers (http://dev.getresponse.com/dc-doc/#beautifulizers) are allowed. For example:

 {{PREDEFINED "lc(value)"}}

Back To Frequently Asked Questions

Please wait...