You can specify a visibility condition on a web page element: this element will only be visible if the condition is respected.
To add a visibility condition, select a block and enter the condition in the Visibility condition field using the expression editor.
Advanced expression editing is presented on this page.
These conditions adopt the XTK expression syntax (for example ctx.recipient.@email != “” or ctx.recipient.@status==“0”). By default, all fields are visible.
Non-visible dynamic blocks, such as drop-down menus, cannot be edited.
You can add a border to a selected block. The borders are defined using three options: style, size and color.
You can also define a background color by selecting a color from the color chart.
You can link database fields with input zone, radio button or checkbox type blocks.
The default fields are those in the Web application storage schema.
The field input zone lets you select a database field to link with the form field.
By default, the fields offered are those in the nms:recipient table.
The Required field option lets you only authorize the page’s approval if the user has filled in the field. If a required field is not filled in, an error message will appear.
For radio buttons and checkboxes, additional configuration is required.
Indeed, if the template used does not contain a value by default, you must complete it in the editor.
To do this:
Click the Edit icon.
Enter the itemized list value (defined by the selected field) into the Value field.
Form fields such as radio buttons, input zones, drop-down lists, etc. can be modified from their toolbars.
This means you can:
Delete the block containing the form fields using the Delete icon.
Duplicate the selected field by creating a new block using the Duplicate icon.
Edit the Form data window to link a database field to the form zone, using the Edit icon.
When the user clicks a button, you can define an associated action. To do this, select the action to be carried out from the drop-down list.
The actions available are as follows:
The None value allows you to not activate the button.
You can modify the label linked to the button in the corresponding field.
You can insert a link into any page element: image, word, group of words, block of text, etc.
To do this, select the element then use the first icon from the pop-up menu.
This icon lets you access all the available types of links.
Personalization blocks and fields can only be inserted into Text type blocks.
For each type of link, you can configure the opening mode: select the target window in the Target drop-down list. This value corresponds to the <target>
HTML tag.
The list of available targets is as follows:
The Link to an external URL option lets you open any URL from the source content.
Enter the link address in question into the URL field. The URL field should be entered as: https://www.myURL.com.
The Link to a Web application option lets you access an Adobe Campaign Web application.
Select the Web application from the corresponding field.
The list of suggested Web applications corresponds to the available applications in the Resources > Online > Web Applications node.
The Link that defines an action option lets you configure an action when clicking a source element.
Available actions are detailed in the Adding an action to a button section.
When a link has been inserted, the tool bar offers two new icons: Edit link and Break the link that let you interact with the link created.
If the link is deleted, the content is still kept.
When you select a text element, you can modify font attributes (style, format).
The available options are as follows:
<span style="font size:">
)<span style="font size:">
)<strong> </strong>
tag)<em> </em>
tag)<span style="text-decoration: underline;">
tag)<span style="color: #CODE">
)Delete icon: deletes the block and all its content.
Duplicate icon: duplicates the block as well as all the styles related to the block.
The Digital Content Editor lets you work on any type of image compatible with browsers.
You must not call up external files in a script tag of the HTML page. These files will not be imported onto the Adobe Campaign server.
To insert an image, select an Image type block and click the Image icon.
Select an image file saved locally.
The Delete icon deletes the tag containing the image.
The Duplicate icon duplicates the tag and its content.
When you duplicate an image, the identifiers related to the new image are deleted.
When you select a block containing an image, you access the following properties:
Caption lets you define the caption linked to the image (corresponds to the alt HTML attribute).
Dimensions lets you specify the image size, in pixels.
The Personalization field option for the insert icon lets you add a database field into the content, such as the recipient’s name. This option is only available for text type blocks.
By default, the fields offered are from the Recipient table. Where necessary, edit the Web application properties to select another table.
The field name appears in the editor, highlighted in yellow. It will be replaced by the profile of the targeted recipient when the personalization is generated (for example, when previewing a landing page).
An example is presented in the Inserting a personalization field section.
The Personalization block option lets you insert dynamic and personalized blocks into the content. For example, you can add a logo or a greeting message. It is not available for Text type blocks.
Once inserted, the personalization block name appears in the editor, highlighted in yellow. It is automatically adapted to the recipient profile when personalization is generated.
For more on built-in personalization blocks and how to define custom personalization blocks, refer to this page.