<datalink>

Suppresses the data links section and displays a checkbox for the specific data link; rendered as <input type="checkbox" />.

<datalink> attributes
Attribute Allowed Values Requirements Description
name %datalinkname Required Name of the datalink.
* * Optional Passes any HTML attribute through to the rendered tag.

Tips

  • If using a <datalink> tag, you must specify one for each data link defined as the traditional data links section will be suppressed.

  • Label the data link; without a label, the tag only outputs the checkbox itself.

  • The target fields should be the same type of field.

Example

Copy Code
<td>Send this to the Regional Coordinator<datalink name="To Regional"/></td>