Profile-related replacement variables
The profile-related replacement variables are not related to a specific object type. They can be used in all places where replacement variables are permitted.
| Replacement variable | Output |
|---|---|
| Salutation |
| First name |
| Last name |
| Company |
| eMail address |
| Address |
| Housenumber |
| Postal |
| City |
| State |
| Country |
| Phone code |
| Phone number |
| Fax area code |
| Fax number |
| Mobile number (provider or area code) |
| Mobil-Nummer (Rufnummer) |
| Pool ID |
| Internal value of a field (e.g. 0-4 for SALUTATION) |
Mailing Replacement Variables
The replacement variables for mailings can only be used in e-mail templates.
| Individual salutation - is configured in the basic data of the newsletter |
| URL for e-mailing itself, displayed in the browser |
| URL for e-mailing itself, displayed in the browser |
| URL for web version of the emailing |
| URL for PDF version of the emailing |
| URL for TEXT version of the emailing |
| URL for Atom feed of the emailing (General version; this placeholder will always link to the most common and best suited format for feeds through the system) |
| URL for atomic feed of the e-mailing |
| URL for RSS feed of the e-mailing |
| URL for having the e-mailing read aloud. You can use the class class="rs_skip_always" to specify which sections should not be read aloud. |
| Reading out in English |
| Reading out in Italian |
| Reading in French |
| URL for podcast of the emailing |
| Podcast in English |
| Podcast in Italian |
| Podcast in French |
| URL to unsubscribe the newsletter |
| URL to unsubscribe the newsletter |
| URL to confirm the newsletter (double opt-in) |
| URL to revoke the tracking consent |
| URL to consent to tracking |
| ID of the e-mailing unencrypted |
| ID of the e-mailing encrypted |
| Web form link - link to prefilled web form; {$FORM:#} with # as form ID |
| Date (format: day.month.year); the date the newsletter was last modified |
| Date components |
| Current date (format: day.month.year) |
| Current date components |
| Current date |
| current month |
| current year |
| Object name of the e-mailing in the system |
Article replacement variables
The replacement variables for mailings can only be used in article templates.
| Link to article as PDF (e.g. "more..." for an article) |
| Link to article landing page (e.g. "more..." for an article) |
| Landingpage link (if available), otherwise link to article landing page (e.g. "more..." for an article) |
| Link to online version TEXT (e.g. "more..." for an article) |
| Link to read out the article (only long text if available, otherwise short text) |
| Reading out in English |
| Reading out in Italian |
| Reading in French |
| Link to read out the article (short and long text) |
| Reading out in English |
| Reading out in Italian |
| Reading in French |
| Artikel sharing in Xing |
| Artikel sharing in Twitter |
| Artikel sharing in Facebook |
| Artikel sharing in Google Bookmarks |
| Artikel sharing in Linked In |
| Type of template; 1=eMail, 2=PDF, 3=Text, 4=Online, 5=Landingpage, 12=RSS |
| ID of the article |
| Name of the article |
| Title of the article |
| Short text of the article |
| Long text of the article |
| Number of links to the article |
| List of links |
| Article image: Dynamic generation of images in predefined image sizes. E.g. 200 pixel width with compression. Only if image is available. |
LeadPage and website replacement variables
Replacement variables especially for LeadPage and websites
| Integrates a form into a lead page or website object. In this case, the action attribute in the individual template of the form must be adjusted manually. |
| Integrates a form into a LeadPage or website object without assigning a u parameter to the form. This allows new entries even though a profile has already been recognised. |
Template and Content Management Replacement Variables
Replacement variables for e-mail templates
| Article Slots - Article of a slot; slot for displaying articles in the e-mail. Slots can be used across all media. |
| Placeholder for single-line text input |
| Placeholder for single-line text input (always returns the value) |
| Placeholder for multi-line text input |
| Placeholder for multi-line text input (always returns the value) |
| Placeholder for multi-line HTML editor |
| Placeholder for multi-line HTML editor (always returns the value) |
Other replacement variables
Other replacement variables
| Encrypted user identification e.g. http://...,u={$UID} |
| Absolute URL of this machine |
Form Variables
These variables are used when creating forms with own templates
| All validation errors within the form with the text from the configuration; please note that this list does not show other errors. |
| All fields of a profile are replaced with the placeholders from the pool by the corresponding input elements. For example {$NAME} or {$P1}. Fields with multiple input elements such as checkboxes are alternatively displayed by appending the ID of the option. FOR EXAMPLE {$P1_0}, {$P1_12345}, {$P1_67890}. For the IDs, refer to the preview of the pool. |
| Like the fields - only that a corresponding tag is created with the title of the input field |
| Creates a captcha image (if activated) |
| Outputs the value of a field without creating a label or input. |
| Returns the name of the one-time valid CSRF token. |
| Returns the value of the once valid CSRF token. |