Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

To access the list of locations from within a CommTrack form, you can use the syntax described HERE.

Specifically, it would look something like: 

<select1 ref="/data/district">
<label ref="jr:itext('district-label')" />
<itemset nodeset="instance('locations')/state_list/state">
<label ref="name"/>
<value ref="id" />
</itemset>
</select1>
  • No labels