...
- To access the value of the selected option via the template the syntax is - {|your selection control name} - curly brace-pipe-your control name-curly brace
...
- To access the value of the selection control comment via the template the syntax is - {|your selection control name.comment} - curly brace-pipe-your control name.comment-curly brace.
{, |dd} - the values of the selected options with separators - useful if control is in a repeat
...
- To access the value of the selected control options in a repeat the syntax is - {the separator |your selection control name} - curly brace - the separator - space - pipe - your selection control name - curly brace.
- To access the value of the selected control comment fields in a repeat the syntax is - {the separator |your selection control name.comment} - curly brace - the separator - space - pipe - your selection control name.comment - curly brace.