Is it possible to display multilevelselect values separately (get every level value separately) in article template. I mean for example I have 4 level:
- level1
- level2
- level3
- level4
(You may select not more than 40 options)
In article template I'd like to display them like this
<table><tr>
<td>first level1 value</td>
<td>first level2 value</td>
<td>first level3 value</td>
<td>first level4 value</td>
</tr>
<tr>
<td>second level1 value</td>
<td>second level2 value</td>
<td>second level3 value</td>
<td>second level4 value</td>
</tr>
and so on....
</table>
thanks for reply in advance
Is it possible to display multilevelselect values separately (get every level value separately) in article template. I mean for example I have 4 level:
(You may select not more than 40 options)
In article template I'd like to display them like this
thanks for reply in advance