Set Element Attribute in Data Design
Last updated
Last updated
Set Element Attribute in Data Design
is a regular block that allows you to set the value of any HTML attribute in elements that were generated using the Content from Data Design block and dynamically added to the page or form.
The behavior of the block is similar to the Set Element Attribute block, with some important differences:
Works only with elements generated using Content from Data Design block that are dynamically added.
Element Selection: You can only choose an element placed inside the selected Data Design element.
The block consists of the following (from top to bottom):
Attribute: Value Parameter that accepts a text value representing the HTML attribute to set or change the value of.
Data Design: Selectable Input to choose the Data Design element whose element you want to target.
Element: Selectable Input to choose the element, within the selected Data Design, you want to set the attribute of.
ID: Optional Value Parameter that accepts a text value representing the unique value that was provided to the Content from Data Design block. See below for more details.
ID2: Optional Value Parameter that accepts a text value representing the secondary identifier that can be used to identify the desired element. See below for more details.
Data: Value Parameter that accepts the value for the attribute being set (of type text)
The behavior of this block depends on the ID and ID2 value parameters and is detailed below:
ID and ID2 not provided: Operate on the selected element for all generated instances of the same Data Design element.
ID2 provided and ID not provided: Operate on the selected element for all generated instances of the same Data Design element with the same ID2 value.
ID provided and ID2 not provided: Operate on the selected element for all generated instances of the same Data Design element with the same ID value. Since we recommend the ID value to be unique, this would choose one from all the generated instances of the associated Data Design element.
ID and ID2 provided: Operate on the selected element for all generated instances of the same Data Design element with the same ID and ID2 value.
NOTE: Please refer to the prerequisite information shown here before seeing the example.
The image below shows an example in which the Link element (Company Link) is selected. For this element, the Attribute value parameter is set to href and the Data value parameter is linked to a Text block that contains the Zingy website URL.
The above block results in the Link element (Company Link), for the ID ST100 (Company 1), pointing to the Zingy website.
The next image shows an example of multiple element selection where the ID and ID2 values are not provided.
This will result the href attribute of all the Link elements (in the selected Data Design) having an empty value.