Appen Success Center

cml:instructions- Specify Instructions for a Field

cml:instructions

Can only be a child tag of a form element tag. This tag allows you to include a set of instructions along with the form element, similar to the instructions attribute. If both an instructions attribute and a <cml:instructions> tag are specified, only the value of the instructions attribute will be used.

&lt;cml:radios label="Sample radio buttons:"&gt;   &lt;cml:instructions&gt;Check one of these.&lt;/cml:instructions&gt;   &lt;cml:radio label="Radio 1" /&gt;   &lt;cml:radio label="Radio 2" /&gt;   &lt;cml:radio label="Radio 3" /&gt; &lt;/cml:radios&gt;
image-20260616-085930.png