Dear friends,
a little help with this code: how can I get the listitem
value placed in the org
field enclosed in double square brackets?
<table id="personTable" class="sortable">
<thead>
<tr>
<th>Επιλογή</th>
<th>Φορέας</th>
</tr>
</thead>
<tbody>
<$list filter="[tag[person]sort:org[]]" variable="listitem">
<tr>
<td>
<$radio field="org" value=<<listitem>> checked=<<listitem>> unchecked=""></$radio></td><td><<listitem>></td>
Thanks in advance
ts(sklpns)