Determine if only root level elements should be matched.
false
will match "{ELEMENT:Parent_Name}"
and
"{ELEMENT:Children|Name}"
.
true
will match "{ELEMENT:Parent_Name}"
but will NOT replace
{ELEMENT:Children|Name}
.
Optional
useSubmissionValue?: booleanUse the submission value instead of labels for elements with optionsets
Takes a string and calls a provided handler function for each found instance of
{ELEMENT:<elementName>}
in the string. Used to replace values in OneBlink calculation and info (HTML) elements.Example
Or